﻿body 
{
    background-color: #51504b;
    margin: 0px 0px 0px 0px;
}

TABLE
{
    font-family: Verdana;
    font-size: 10px;
    color: #434240;
}

TABLE.WebBody
{
    background-image: url("./img/BodyBackground.jpg");
    width: 764px;
    height: 100%;
}

TD.Header
{
    background-image: url("./img/yachtcare-header.jpg");
    height: 213px;
    width: 764px;
    vertical-align: top;
    padding-top: 16px;
    text-align: center;
}

TD.MenuItem
{
    width: 123px;
    text-align: center;
    color: White;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

TD.Footer
{
    background-image: url("./img/footer.jpg");
    height: 41px;
    width: 764px;
    text-align: center;
    color: white;
}

A.MenuItem
{
    text-decoration: none;
    color: White;
}

A.MenuItem:hover
{
    text-decoration: none;
    color: #08315c;
}

TD.WebBody
{
    height: 100%;
    vertical-align: top;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
}

H1,H2,H3
{
    font-size: 12px;
    font-weight: bold;
}

A
{
    text-decoration: underline;
    color: #434240;    
}

A:hover
{
    text-decoration: none;
    color: #434240;
}
