.nav {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
}
a.nav:link {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.nav:visited {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.nav:hover {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.nav:active {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
