/* background */

body {
	background: #000 url(rainworksbg-2.jpg) top center;
	background-repeat: repeat-y
	}


/* text */

p.header { 
	font: 26pt arial;
	color: #EB7E1F;
	margin-top: 0px;
	margin-right: 30px; 
	text-align: right;
	}

p.subheader { 
	font: 16pt/17pt arial;
	color: white;
	margin-top: 30px;
	margin-right: 30px; 
	text-align: left;
	}


p.text { 
	font: 10pt/17pt georgia;
	color: white;
	margin-top: 0px;
	margin-right: 30px; 
	text-align: left;
	}

p.mice { 
	font: 8pt arial;
	color: orange;
	margin-top: 15px;
	margin-bottom: 30px; 
	text-align: center;
	}

ul.product {
	list-style-type: disc;
	font: 10pt/17pt georgia;
	color: white;
	margin-top: 30px;
	text-align: left;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: orange;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: white;
	}