﻿body
{
    text-align: center;
    font-family: 'Footlight MT Light';
    width: 1024px;
}
h1
{
    font-family: 'Footlight MT Light';
    font-size: 56px;
}
h2
{
    font-family: 'Footlight MT Light';
    font-size: 24px;
    font-weight: bold;
}
h3
{
    font-family: 'Footlight MT Light';
    font-size: 20px;
    font-style: italic;
}
#navigation
{
    text-align: center;
    font-family: 'FOOTlight MT Light';
    width: 100%;
}
#topImg
{
    text-align: center;
    float: none;
}
#middleText
{
    text-align: justify;
    padding-left: 2%;
    width: 75%;
    font-weight: normal;
    font-size: 18px;
}
#copyright
{
    border: thin inset #000080;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    float: none;
    font-variant: small-caps;
    font-size: 10px;
}
