a:link {
	text-decoration: none;
	color: #003333;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #003333;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #003333;
	text-decoration: underline;
}

