@charset "utf-8";
/* CSS Document */

a.nav:link {
	font-weight: bold; 
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #990033;
}
a.nav:visited {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 
	color: #000066;
	font-size: 14px;
}
a.nav:hover {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 
	text-decoration: none;
	color: #FF9900;
}
a.nav:active {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 
	text-decoration: none;
	font-size: 14px;
}
