a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;


}

a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;


}

a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;


}

a:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;


}



a.nav:link {
	color: #990000;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;

}

a.nav:visited {
	color: #990000;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;


}
