A {
	font-size : 10px;
	font-family : Verdana, arial;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
	color: silver;
}

A:Hover {
	font-size : 10px;
	font-family : Verdana, arial;
	font-weight : normal;
	font-style : normal;
	text-decoration: underline;
	color: silver;

}