a:link
{
	color: rgb(0,0,204);
}
a:visited
{
	color: rgb(0,0,204);
} 
a:hover 
{
	color: rgb(255,0,0);
}
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(255,0,0);
	text-decoration: underline;
}
a.banner:link
{
	color: rgb(255,255,0);
}
a.banner:visited
{
	color: rgb(255,255,0);
} 
a.banner:hover
{
	color: rgb(0,0,102);
}
body
{
	font-family: Tahoma, Arial;
	background-color: rgb(0,0,153);
	color: rgb(0,0,80);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Arial;
	color: rgb(0,0,80);
}
