a:link
{
	color: rgb(0,0,255);
}
a:visited
{
	color: rgb(0,0,255);
} 
a:hover
{
	color: rgb(255,0,0);
}
a.nav_left:link
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav_left:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
} 
a.nav_left:hover
{
	color: rgb(255,255,255);
	background-color: rgb(6,33,60);
}
a.nav_current:link
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav_current:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
} 
a.nav_current:hover
{
	color: rgb(6,33,60);
	background-color: rgb(255,255,255);
}
body
{
	font-family: Tahoma, Arial;
	background-color: rgb(17,68,119);
	color: rgb(0,0,0);
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Arial;
	color: rgb(0,0,0);
}