.Nav
{
	width: 100%;
	height: 100%;
}
A.Nav:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	background-color: lightgrey;
	text-decoration: underline;
}
A.Nav:link
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
A.Nav:visited
{
	font-weight: bold;
	color: black;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
}
A.Nav:active
{
	font-weight: bold;
	color: black;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
}

