﻿body
{
    background-image: url(http://www.movinghotrods.co.uk/resources/graphics/backgroundcolour.jpg);
    background-repeat:repeat;
}

td.main
{
    background-color:White;
    text-align:center;
    
}

.std
{
    font-family: Tahoma;
    font-size: 12pt;
    font-weight:normal;
    color:Gray;
}
.stdsmall
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight:normal;
    color:Gray;
}

.stdbold
{
    font-family: Tahoma;
    font-size: 12pt;
    font-weight:bold;
    color:Gray;
}

.padded
{
    padding-left: 10px;
    padding-right: 10px;
}
