a:link{
	text-decoration: none;
	color: #003333;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #00FF66;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
