<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.YellowRow { background: yellow; }   

a:link, a:visited {
    color:#9F0E0B;
    font-weight:bold;
}
    
a:hover {
    color:#464141;
}

/*h1 
{
    font-size:18px;
    text-transform: uppercase;
    color:#000000;
    margin: 0px 10px 15px 0px;
}

h2 
{
    font-size:16px;
    text-transform: uppercase;
    color:#000000;
}

h3 
{
    font-size:13px;
    text-transform: uppercase;
    color:#B63A3A;
    margin: 0px 10px 15px 0px;
}

h4 
{
    font-size:13px;
    text-transform: uppercase;
    color:#B63A3A;
    margin: 0px 10px 0px 0px;
}

h5
{
    font-size:13px;
    text-transform: uppercase;
    color:#8B8787;
    margin: 0px 10px 0px 0px;
}

h6 
{
    font-size:18px;
    text-transform: uppercase;
    color:#8B8787;
}*/

#divResults { border:none 0px }
#divResults table { width:100%; border:solid 1px #B63A3A; border-collapse:collapse;}
#divResults td { text-align:left; padding:5px; border:solid 1px #B63A3A; font-size:12px}
.TableHeader { background:#B63A3A; }
.TableHeader td { font-weight:bold; color:#ffffff; }
.ResultSectionHeader { background:#cccccc; padding:1px; margin-top: 20px }
#tblNav { border:solid 1px #000000 }

.car_num {width:30px}
.driver {width:150px}
.navigator {width:150px}
.target_speed {width:30px}
.year {width:30px}
.make {width:100px}
.model {width:100px}
.avg_speed {width:50px}
.var_mph {width:50px}
.var_time {width:50px}
.high_trap {width:50px}
.total_variance {width:50px}
.driver_shootout {width:150px}
.navigator_shootout {width:150px}
.run1 {width:50px}
.run2 {width:50px}
.run3 {width:50px}
.color {width:50px}
.team {width:50px}
.general_variance {width:50px}</pre></body></html>