a:hover {
	color: Red;
	font-family : Verdana;
	font-size : 9pt;
	font-style : normal;
	font-weight : bolder;
	background-color : transparent;
	border-bottom-color : Blue;
	border-left-color : Blue;
	border-right-color : Blue;
	border-top-color : Blue;
	border-bottom-style : solid;
	border-left-style : solid;
	border-right-style : double;
	border-top-style : double;
	border-bottom-width : thin;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
}
