A:link {
       color: #000000;
       text-decoration : none;
       font : bolder smaller Verdana;
       }
A:visited {
	color: #000000;
	text-decoration : none;
	font : bolder smaller Verdana;
}
A:hover {
		color:#5a5a5a;
		text-decoration: underline overline;
        font : bolder smaller Verdana;                        
		}
