

BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
     color: #006600;
     margin: 0;
     padding: 0;
     border: 0;
     text-decoration: none;
     
}

:link, :visited, :active {
     color: #006600;
     font-weight: bold;
     text-decoration: none;
}

H1 {
     font-size: 15pt;
     font-weight: bold;
     text-align: left;
     margin-bottom: 4%;
     margin-left: 10%;
}

H2 {
     font-size: 14pt;
     font-weight: bold;
}

H3 {
     font-size: 13pt;
     font-weight: bold;
}

H4 {
     font-size: 12pt;
     font-weight: bold;
}

H5 {
     font-size: 11pt;
     font-weight: bold;
}

H6 {
     font-size: 10pt;
     font-weight: bold;
}

P, UL, OL {
     font-size: 9pt;
     text-align: left;
}

UL {
    display: list-item;
    list-style-image: url(images/green-box-bullet.gif);
    list-style-type: square;
}

P.footer {
     font-size: xx-small;
     text-align: center;
     margin-left: 30%;
     margin-right: 30%;
}

TABLE, TR, TD {
     border: 0;
     padding: 0;
     margin: 0;
     font-size: xx-small;
}

TABLE.content {
	padding: 6px;
}

TD.racelogheader, TD.racelogbodygreen, TD.racelogbodyyellow {
     border: 1px;
     border-style: dotted;
     border-color: grey;
     vertical-align: top;
}

TD.racelogheader {
     color: #FFFFFF;
     background-color: #006600;
     font-style: italic;
     font-weight: bold;
     text-align: center;
}

TD.racelogbodygreen {
     color: #000000;
     background-color: #99FF99;
}

TD.racelogbodyyellow {
     color: #000000;
     background-color: #FFFF99;
}
IMG {
     border: 0;
}

