.a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.a:visited {
	color:#000000;
	text-decoration:none;
	font-weight: normal;
}
.a:active {
	color:#000000;
	text-decoration:none;
	font-weight: normal;
}
.a:hover {
	color:#CC0000;
	text-decoration:underline;
	font-weight: normal;
}
