﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}
h1
{
    font-family: 'Book Antiqua' , 'Times New Roman';
    color: #4682b4;
    font-size: xx-large;
    margin-left: 12pt;
    margin-right: 24pt;
    letter-spacing: 2pt;
    font-weight: normal;
}
h2
{
    font-size: x-large;
    margin-left: 48pt;
    color: #4682b4;
    margin-right: 64pt;
    font-family: 'Book Antiqua' , 'Times New Roman' , Serif;
    letter-spacing: 2pt;
    font-weight: normal;
}
p
{
    font-family: Tahoma , Verdana, Sans-Serif;
    letter-spacing: 1pt;
    font-size: small;
    color: #000000;
    margin-left: 48pt;
    margin-right: 64pt;
}
.copyright
{
    font-size: x-small;
    color: #b22222;
}