﻿body
{
    font-size: medium;
    font-family: Garamound;
    color: #000000;
    text-align: center;
    background-color: #cccccc;
}
a:link
{
    font-size: medium;
    color: #0000ff;
    font-family: Garamound;
}
a:visited
{
    font-size: medium;
    color: #696969;
    font-family: Garamound;
}
a:hover
{
    font-size: medium;
    color: #CC0000;
    font-family: Garamound;
}
h1
{
    font-size: xx-large;
    font-family: Garamound;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
h2
{
    font-size: large;
    font-weight: bold;
    font-family: Garamound;
    color: #999999;
    font-style: italic;
    text-align: center;
}
h3
{
    font-size: medium;
    font-weight: bold;
    font-family: Garamound;
    color: #999999;
    font-style: italic;
    text-align: center;
}
p:first-letter
{
    font-weight: bold;
    color: #999999;
    font-size: x-large;
}
h4
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
h5
{
    font-size: medium;
    font-weight: bold;
    font-family: Garamound;
    color: #999999;
    font-style: italic;
    text-align: left;
}
