body {
	background-color: white;
	background-repeat: no-repeat;
	font-size: 12px;
	color: black;
}



h1 {
	font:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	text-shadow:Gray;
	color:#00CC99
}

h2 {
	font-weight:bold;
	color:#006699;
}



h3 {
	font-style:italic;
	text-decoration: underline
}

a:link {
 	color: black;
 	text-decoration: none;
 }

a:visited {
 	text-decoration: none;
 	color: black;
 }

a:hover {
 	text-decoration: underline;
 	color: #0071A5;
 }
