a.nav2:link
{
	color: #ffffff;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
}
a.nav2:visited
{
	color: #ffffff;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
}

a.nav2:hover
{
	color: #ffffff;
	background-color:transparent;
	text-decoration: underline;
	font-weight: bold;
}

a.mainpage:link
{
	color: #000000;
	text-decoration: underline;
}
a.mainpage:visited
{
	color: #101010;
	text-decoration: underline;
}

a.mainpage:hover
{
	color: #ffffff;
	background-color:#000000;
	text-decoration: underline;
}

