a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	}
a:active {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
