body
    {
    text: #999999;
    background: f8f8e8;
    font: 15px "Arial";
    }
A:hover {color:red}
table
    {
    font-family:"Arial";
    font-size:15px;
    }
table.form
    {
    background:lightblue;
    }
table.form td
    {
    font-family:"Arial";
    font-size:15px;
    background:lightblue;
    padding: 0px 5px 0px 5px;
    }
th
    {
    background:#99ccff;
    padding: 2px 5px 2px 5px;
    }
td
    {
    background:#bbeeff;
    font: 15px "Arial";
    padding: 2px 5px 2px 5px;
    }
tr.diff td
    {
    background:#99ee99;
    }
caption
    {
    text-align: left;
    }
col
    {
    text-align:left;
    }

