a:link
{
	color: rgb(0,0,255);
	text-decoration: underline;
}
a:visited
{
	color: rgb(0,0,255);
	text-decoration: underline;
} 
a:hover
{
	color: rgb(255,0,0);
	text-decoration: underline;
}
a.nav:link
{
	color: rgb(172,34,38);
	text-decoration: none;
}
a.nav:visited
{
	color: rgb(172,34,38);
	text-decoration: none;
} 
a.nav:hover
{
	color: rgb(0,0,0);
	background-color: rgb(245,220,150);
}
a.nav_current:link
{
	color: rgb(0,0,0);
	text-decoration: none;
}
a.nav_current:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
} 
a.nav_current:hover
{
	color: rgb(0,0,0);
	background-color: rgb(245,220,150);
}
body
{
	font-family: Tahoma, Arial;
	background-color: rgb(245,220,150);
	color: rgb(0,0,0);
	margin-top: 3px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}