
a:link {
	text-decoration : none;
}

a:active {
 text-decoration : none;	
}

a:hover {
 color : #7B0000; text-decoration : underline;
}

