A:link {text-decoration:none}		/* unvisited link */
A:visited {text-decoration:none}	/* visited link */	
A:active {text-decoration:none}		/*acive link */
/* a:hover { color:#FFFFFF;text-decoration:underline; } */
/* a.hover { color:#FFFFFF;text-decoration:underline; } */
/* A:hover {
	color : red;
	text-decoration : none;
	font-style : italic;
} */

A:hover {

	text-decoration : none;
	color:#000000;
	background-color:#ff0000;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

BODY    {
scrollbar-face-color:#f5f5dc;
scrollbar-arrow-color:#330000;
scrollbar-track-color:#f5f5dc;
background-repeat: no-repeat; background-image: url(images/race-1bl.gif);
background-position: 5 10;
background-attachment:fixed;
background-color:#f5f5dc;
}

