﻿h1
{
    font-family: 'Times New Roman';
    font-size: xx-large;
    font-weight: bold;
    font-variant: normal;
    color: #006699;
    text-transform: none;
}

h2
{
    font-family: 'Times New Roman';
    font-size: x-large;
    font-weight: bold;
    font-variant: normal;
    color: #006699;
}

h3
{
    font-family: 'Times New Roman';
    font-size: large;
    font-weight: bold;
    font-variant: normal;
    color: #006699;
    text-align: left;
}
h4
{
    font-family: 'Times New Roman';
    font-size: medium;
    font-weight: bold;
    font-variant: normal;
    color: #336699;
}
h5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    color: #990033;
}

body
{
    font-family: Arial;
    font-size: medium;
    color: #003366;
}
