﻿body
{
    margin: 0px;
    background-image: url('../Images/body.jpg');
    background-repeat: repeat;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
img
{
    border-style: none;
    margin: 0px;
}
H1
{
    font-size: 20px;
}
.main
{
    padding: 0px;
    text-align: center;
    margin: 0px;
}
.main_master
{
    border: 2px solid #663300;
    width: 880px;
    text-align: left;
    background-color: #FFFFFF;
}
.main_body
{
    margin: 10px;
    text-align: left;
}

a
{
    text-decoration: none;
    color: #800000;
}

a:hover
{
    text-decoration: underline;
    color: #808000;
}
.bottom
{
    color: #ffffff;
    }
.bottommenu
{
    color: #FFFFCC;
}
.bottommenu:hover
{
    color: #FF9900;
}
.copyright
{
    font-size: 11px;
    color: #FFFFCC;
}
