A:LINK {
	font-family: Arial;
	font-size : 13px;
	text-decoration: red;
	clip:   rect(   );
	color: white;
        font-weight: bold;}
A:VISITED {
	font-family: Arial;
	font-size : 13px;
	text-decoration: red;
        font-weight: bold;
	clip:   rect(   );
	color: white;}
A:HOVER {
	font-family: Arial;
	font-size: 13px;
        font-weight: bold;
        color: 0060A9;
        background-color: yellow;
	text-decoration: underline;}