A {
	font-family : Verdana;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
	color : Blue;
}


A:HOVER {
	font-family : Verdana;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
	color : Blue;
}