﻿body 
{
    background-color: #561100; /*#E9D7B4; Light Brown */
    color: #561100;
    font-family: Consolas,Calibri,Corbel,"Gill Sans MT","Segoe UI","Trebuchet MS","Lucida Console",Verdana,helvetica,Arial;
    font-size: 14px;
    background-image: url('images/bg.png');
    background-position: center top;
    background-repeat: repeat-y;
    margin: 0px;
}

form
{
    margin: 0px;
    padding: 0px;
}

a
{
    color: #BC1600;
    text-decoration: none;    
}

a:hover
{
    color: White; 
}

.footer
{
    font-size: 11px;
}

.menu
{
    font-size: 18px;
    padding: 10px 20px 0px 20px;float: left;
    color: White;
}


