


A  {
	font-size : 12;
	font-family : verdana;
	font-weight : normal;
	color : blue;
}

A:Visited   {
	font-size : 12;
	font-family : verdana;
	font-weight : normal;
	color : blue;
}

A:Active  {
	font-size : 12;
	font-family : verdana;
	font-weight : normal;
	color : blue;
}

A:Hover  {
	font-size : 12;
	font-family : verdana;
	font-weight : normal;
	color : Red;
}





