A  {
	color : Blue;
	text-decoration : none;
}

A:Hover  {
	color : 000000;
	text-decoration : underline;
}


