
#body
{
    color: #666;
    font-size: 10pt;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    background-color: white;
}
.body copy
{
    color: #666;
    font-size: 10pt;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
}
.headline
{
    color: #ffa000;
    font-size: 20pt;
    font-family: Verdana;
    font-weight: bold;
}
a
{
    color: #ffcc00; 
    font-weight: bold;
    text-decoration: underline;
    
}
a:visited
{
    /* tomato - use cc3300 instead */
    color: #ff6347;
    text-decoration: underline;
    font-family: Verdana;
}
a:hover
{
    /* gold */
    color: #ffd700;
    text-decoration:none;
    font-family: Verdana;
}
a:active
{
    /* gold */
    color: #ffd700;
    text-decoration: underline;
    font-family: Verdana;
}

#copy {
padding-left:20px;
}

#mainTable {
     padding-left:116px;
}

#contact {
    color: #ff6347;
    text-decoration: none;
    font-family: Verdana;
}