﻿html { margin: 0; padding: 0; }

body 
{
    background-color: #006666;
}
h1
{
    font-size: 18pt;
    vertical-align: bottom;
    color: #006666;
    font-family: Rockwell;
    letter-spacing: 2px;
    display: inline;
}
h2
{
    margin-top: 10px;
    font-size: 16pt;
    vertical-align: bottom;
    color: #C8B094;
    font-family: Courier New;
    letter-spacing: 1px;
    display: inline;
}
.headertext
{
    font-family: Courier New;
    color: #C8B094;
    font-size: 10pt;
}
.underheadertext
{
    font-family: Arial;
    color: #006666;
    font-size: 10pt;
}
.propertytext
{
    font-family: Arial;
    color: #C8B094;
    font-size: 10pt;
}
.menutext
{
    font-family: Arial;
    color: #C8B094;
    font-size: 10pt;
}
A {
  color: #C8B094;
  text-decoration: underline;
}

A:hover {
  color: #886A46;
  text-decoration: underline;
}
.requiredtext
{
    font-family: Arial;
    color: #Cc6666;
    font-size: 8pt;
}
