body {
}
div#body {
    display: block;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    background-color: white;
    position: absolute;
    top:0px;left:0px;
    width:100%;
    padding: 3em;
    font-size: 100%;
    z-index:999;
}
p.racecomment {
    color: #ff0000;
    font-size: large;
    font-weight: bold;
    margin-top: 1em;
}
table#results, table#results th, table#results td {
    font-size: small;
    _font-size: 90%;
    padding: 0;
    margin: 0;
    border-width: 2px;
    border-collapse: collapse;
    border-color: white;
    border-style: solid;
    word-break:break-all;
}
table#results {
    border-color: black;
    table-layout: fixed; 
    width: 55em;
}
table#results th, table#results td {
    background-color: #009900;
    color: #ffff00;
    padding: .5em;
}
table#results td.none {
    color: #cccccc;
}
table#results td.atari {
    color: #00ffff;
}
table#results td.hazure {
    color: #ff0000;
}
table#results td.name {
    color: #ffffff;
width:15em;
    white-space2: nowrap;
}
col.name {
    width:15em;
    text-align:center;
}
col.race {
    width:2em;
    text-align:center;
}
