a:active, a {
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;	
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #330000;
}