body{ background-color: #FFFFFF} 
p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
h1 {

	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006699;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #006699;
} 
h3{ color: white;
 }
a:link {
color: #CC0000;
text-decoration: none;
}
a:visited {
color: #CC0000;
text-decoration: none;
}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

