body {
	background-color:black;
	color: white;
}

h1 {
	color: green;
	text-align: center;
	font-style: italic;
	text-decoration:underline;
	font-size:3.5em;
	margin-left: -65px;
	text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85,
   -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606,
   0 -80px 70px #973716, 10px -90px 80px #451b0e;  /*Code snippet  thanks to Ernie Simpson, a.k.a. The Big Erns at http://cssway.thebigerns.com/products/css-fancy-text/  */
}

h2 {
	text-align: center;
	font-size:2.15em;
}
h3 {
	font-size:1.5em;
	color:green; 
	text-decoration:underline;
	text-align: center;
}
a {
	text-decoration: none;
}
a:link {
	color:#FF0000;
	}      /* unvisited link */
a:visited {
	color:#00FF00;
	}  /* visited link */
a:hover {
	color:#FF00FF;
} 
#container {
	width: 1024px;
	margin: 0 auto;
}
#frontpic {
	position: relative;
	}
#side {
	width: 610px;
	float: right;
	margin-top: -10px;
}

#bodytext {
	float: right;
	
	width: 600px;
	text-align: center;
		}	
#bodytext:first-letter {
	font-size: 2em;
	font-family:"Times New Roman"
	}
#bodytext:first-line { 
	line-height: 1em; 
	}

#sidepic {
	float: right;
	}


#contact {
	
	width: 600px;
	float: right;
	
	
	}

#address {
	width: 270px;
	margin-left: 50px;
	float: left;
	}

#hours {
	width: 270px;
	float: right;
	margin-right: -20px;
	}

#mail {
	width: 300px;
	margin-left: 170px;
	
	margin-top: -20px;
}
#rates {
	text-align: center;
	font-size:1.5em;
}
.subscript {
	font-size: .75em;
	color: green;
	white-space: pre;
}
.asterisk {
	color: green;
}

.disclaimer {
	font-size: .75em;
	
	color: green;
}