﻿
div
{
      float: left;
      width:100%;
}
body
{
    padding-top: 50px;
    width: 970px;
    margin: auto;
    font-family: Verdana;
}
div.menu
{
    padding-top: 5px;
    padding-bottom: 5px;
       margin-bottom:10px;
    background-color: #FFFFCC;
    width: 100%;
    text-align: center;
}

a.menu
{
    font-family: Arial;
    font-size: 18px;
    color: #990000;
    margin-right: 20px;
    
    text-decoration: underline;
}
h1
{
    font-size: 30px;
    font-family: 'Courier New';
    color: #999966;
}
h2
{font-size: 20px;
 color: #999966;
}
a
{
    color: #006600;
    font-family: Arial;
  
}

a.select
{
    background-color: #FF0000;
    color: #FFFFFF;
    font-family: Arial;
    text-decoration: none;
}


td
{
    padding-left: 10px;
}

div.footer
{
    width: 100%;
    margin-top: 30px;
    text-align: center;
    
    font-family: 'Arial Narrow';
    font-size: 12px;
  
}