/* Race Results CSS Table                                                               */

body { font-family: helvetica,arial; background-image:url('../../Images/Background.jpg'); }

 /* Outline Table */
 
#outline  {background-image:url('../../Images/Background.jpg');width:800;border-collapse: collapse; }

h1 { font-size: 20px; text-align: center; margin-bottom: 0; margin-top: 0;}
h2 { font-size: 14px; text-align: center; margin-bottom: 0; margin-top: 0; font-weight: normal; }
h3 { font-size: 11px; font-weight: normal; }
h4 { font-size: 14px; text-align: center; margin-bottom: 0; margin-top: 0; font-weight: normal; color: #0000FF; }
th { font-size: 12px; font-weight: normal; }
td { font-size: 12px; background: white;}
tr { text-align: left; }
.c { background: #CCFFFF; }
.d { background: #999999; text-align: right; text-decoration: line-through; }
a:link { color: #0000FF; text-decoration: underline; }
a:visited { color: #0000FF; text-decoration: underline; }
a:hover { color: #FF0000; text-decoration: underline; }
a:active { color: #0000FF; text-decoration: underline; }
a:active:hover { color:#FF0000; text-decoration: underline; }

