

A:LINK, A:VISITED, A:ACTIVE {
	font-family : Verdana,Arial ;
	font-size : 10px;
	font : normal normal bold normal/normal;
	color : Gray;
	
	text-decoration : none;
	font-weight : bold;
	}
	
	A:HOVER{
	font-family : Verdana,Arial ;
	font-size : 10px;
	font : normal normal bold normal/normal;
	color : Green;
	text-decoration : none;
	font-variant : normal;
	font-weight : bold;
}