a:hover {
 font-weight: bold; 
 text-decoration: underline;
}

a:link {
 text-decoration: none;
 color: #330000;
}

a:visited {
	text-decoration: none;
	color: #330000;
}
