/*
 * (c) 2003 Hamilton Telecommunications
 * Written by Brian Kell, July 2003
 */

span.speed {
    color: red;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 200%;
}
span.period { display: none; }

table.speedchart { border: 0.08em solid black; }
table.speedchart th, table.speedchart td
    { padding-left: 0.5em; padding-right: 0.5em; }
table.speedchart th
    { font-weight: normal; text-align: right; }
table.speedchart tr.you { font-weight: bold; }
span.bar { display: block; background-color: silver; height: 10px; }
span.youbar { display: block; background-color: red; height: 15px; }
