A  {
	font-weight : normal;
	color : Blue;
	text-decoration : none;
}

A:Visited  {
	color : Aqua;
	font-weight : bold;
}

A:Active  {
	color : Aqua;
	font-weight : bold;
}

A:Hover  {
	text-decoration : none;
	color : Silver;
	font-weight : bold;
}

