a:link
{
	color: rgb(0,0,255);
	text-decoration: none;
}
a:visited
{
	color: rgb(0,0,255);
	text-decoration: none;
} 
a:hover 
{
	color: rgb(204,51,0);
	text-decoration: underline;
}
a.nav:link
{
	color: rgb(0,0,102);
	text-decoration: none;
}
a.nav:visited
{
	color: rgb(0,0,102);
	text-decoration: none;
} 
a.nav:hover
{
	color: rgb(204,51,0);
	text-decoration: underline;
}
body
{
	font-family: Helvetica, Arial;
	background-color: rgb(255,255,255);
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica, Arial;
}