A:link {
text-decoration: underline;
color: #ffff00;
}
A:visited {
text-decoration: underline;
color: #cac735;
}
A:active {
text-decoration: line-through;
color: #ff0033;
}
A:hover {
text-decoration: underline overline;
color: #000000;
background: #00ccff;
}

h1 {
font-size: 30pt;
width: 100%;
filter: glow
(strength=5);
} 

p {
font-family: Times New Roman, Times, serif;
}

p.ridge {
border-style: ridge;
border-color: #ffff00;
}

p.glow {
color: #ffffff;
width: 100%;
filter: glow(strength=2 color=#000000);
}

body {
background: #000000;
background-image: url('/images/bg_race.jpg');
background-repeat: no-repeat;
background-position: center center;

font-family: Times New Roman, Times, serif;
font-size : 10;
color: yellow;

margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0; 
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0; 
}

body {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}

ol{
list-style-image: url("/images/outlaw.gif");
}

#header {
  margin: 20px;
  padding: 0px;
  height: 100px;
}

#footer {
margin-left: 180px;
padding: 0px;
margin-right: 180px;
}

#left {
position: absolute;
left: 5px;
padding: 0px;
top: 200px;
width: 150px;
}

#center {
margin-left: 180px;
padding: 0px;
margin-right: 180px;
top: 0px;
}

#right {
position: absolute;
right: 10px;
padding: 0px;
top: 200px;
width: 150px;
}

