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: 5px 10px;
/* background-attachment:fixed; */
background-color:#f5f5dc;
position:relative;
}

.byline60 {
font-size:60%; font-family:verdana, arial, helvetica, sans-serif;
}

 .linkw
A:link {color:white; text-decoration:none}		/* unvisited link */
A:visited {color:white; text-decoration:none}	/* visited link */
A:active {color:white; 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 : bold;
}

  .linkg
A:link {color:white; text-decoration:none}		/* unvisited link */
A:visited {color:red; text-decoration:none}	/* visited link */
A:active {color:red; 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 : bold;
}

  .linkr
A:link {color:white; text-decoration:none}		/* unvisited link */
A:visited {color:white; text-decoration:none}	/* visited link */
A:active {color:white; 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 : bold;
}
/* Sample from http://www.meyerweb.com/eric/css/edge/complexspiral/demo.html
body {background: black url(shell-bg.jpg) 0 0 no-repeat fixed;}
div#content {background: #468 url(shell-blue.jpg) 0 0 no-repeat fixed;}
div#links a {background: transparent url(shell-fade.jpg) 0 0 no-repeat fixed;}
div#links a:hover {background: transparent url(shell-wash.jpg) 0 0 no-repeat fixed;} */

#cat1 { display : none; text-decoration : none; }
#cat2 { display : none; text-decoration : none; }

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

