﻿body 
{
    background-color: #663300;
    text-align: center;
    margin-top: 50px;
}

h3 
{
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
}

h4
{
    font-weight: normal;
    font-size: 20px;
}

h5
{
    font-weight: normal;
    font-size: 16px;
}

div.Spacer
{
    width: 600px;
    overflow: visible;
    text-align: center;
    background-color: #ffffcc;    
    padding: 20px;  
    border-color: #dc9f61;
    border-width: 1px;
    border-style: solid;
}

div.Content 
{
    text-align: center;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 14px;
    color: #663300;  
    background-image: url(Images/Logo.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

p 
{
    text-align: center;
}

a:link 
{
   color: #663300;
   text-decoration: underline; 
}

a:visited 
{
   color: #663300;
   text-decoration: underline; 
}

a:hover 
{
   color: #dc9f61;
   text-decoration: none; 
}

a:active 
{
   color: #dc9f61;
   text-decoration: none; 
}

a.Name
{
   font-size: 40px;
}

