a:link {
	text-decoration:none; font-weight:none; color:white;
}

a:visited {
	text-decoration:none; font-weight:none; color:white;
}

a:hover {
	text-decoration:none; font-weight:none; color:red;
}

a:active {
	text-decoration:underline; font-weight:bold; color:#550000;
}