/* general rules */


a:link, a:visited, a:active {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

.nav a:link, .nav a:visited, .nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

