body {
    font-family: sans-serif;
}


h1 { text-align: center; }
h2 { text-align: center; }

table {
    border-collapse: collapse;
    border: solid 3pt #bbf;
}

col.col1 {
    border-left: solid 3pt #bbf;
}    

th {
    font-size: 85%;
}

td {
    font-size: 85%;
    text-align: right;
    border-left: solid 1pt #aaF;
}

td.t0 {
    text-align: right;
    background-color: #77F;
    color: #fff;
}


td.rnk {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}

td.name {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}

td.abstimes {
    text-align: center;
}

td.ftime {
    font-weight: bold;
    font-size: 100%;
}

td.dt0 {
    text-align: right;
    background-color: #77F;
    color: #fff;
}

td.dtp {
    text-align: right;
    color: #e00;
}

td.dtn {
    text-align: right;
    color: #0b0;
}

tr.r1o {
    background: #eee;
    border-top: solid 2pt #bbf;
}

tr.r2o {
    background: #eee;
}

tr.r3o {
    background: #eee;
}

tr.r1e {
    background: #fff;
    border-top: solid 2pt #bbf;
}

tr.r2e {
    background: #fff;
}

tr.r3e {
    background: #fff;
}
