

table.results
{
    border              : 1px solid black;
    width               : 75%;
    background-color    : white;
}

h3 {
    background-color    : 74ABED;
}


td.group1
{
    background-color     : E4EAF2;
}

td.group2
{
    background-color     : DDE1DE;
}

td.class
{
    font-weight          : bold;
}

td.header
{
    font-weight          : bold;
    background-color     : white;
}


tr.pending
{
    color                : blue;
}

tr.ratified
{
    color                : black;
}










