a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
