a:link {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000033;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000033;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: none;
}
