body 
{
    background-color: #43180F;
    border: 0;
    color: Black;
    font-family: Arial;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

a
{
    color: Black;
    font-weight:bold;
    text-decoration: none;
}

a:hover
{
    color: #43180F;
    font-weight:bold;
    text-decoration: none;
}

.background
{
    background-color: #EDEAD9;
}

.border
{
    border: 2px Solid #43180F;
}

.borderBottom
{
    border-bottom: 2px Solid Black;
}

.borderLR
{
    border-left: 2px Solid Black;
    border-right: 2px Solid Black;
}

.borderTop
{
    border-top: 2px Solid #43180F;
}

.footer
{
    border-left: 2px Solid Black;
    border-right: 2px Solid Black;
    border-bottom: 2px Solid Black;
}

.largeBlack
{
    font-size: 18px;
}

.largeBrown
{
    color: #43180F;
    font-size: 16px;
    font-weight:bold;
}

.menu
{
    background-color: #43180F;
}

.title
{
    color: #43180F;
    font-size: 25px;
    font-weight:bold;
}

a.white
{
    color: White;
    font-weight:bold;
}

a.white:hover
{
    color: Yellow;
    font-weight:bold;
}

.smallBlack
{
    font-size: 14px;
}