a.Blue {
	color: Black;
	text-decoration: none;
}
a:hover.blue { 
	color: Blue;
 	text-decoration: none;  
}
