﻿body
{
    font-family: Verdana, Arial, Helvetica;
    font-size: small;
    line-height: 150%;
}

.wrapper
{
    border: solid 1px #4747ff;
     background-image: url(../images/background.jpg);
}

A
{
    color: #000000;
    font-weight: bold;
}
A:Hover
{
    text-decoration: none;
}


H1
{
    font-size: medium;
}

#Header
{
    border-bottom: solid 2px #4747ff;
    background-position: center center;
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    background-color:#ffffff;
}

#Header a
{
    color: #4747ff;
    font-weight: bold;
    text-decoration: none;
}
#Header a:hover
{
    text-decoration: underline;
}

#Header .main
{
}

#Footer
{
    color:White;
    background-color: #4747ff;
    text-align: center;
    font-size: 10px;
}

.subtext
{
    font-size: x-small;
}
