﻿body
{
    font-family: Arial;
}

p
{
}

title
{
    font-size: x-large;
}

h1
{
    font-size: x-large;
    color: #993300;
    font-weight: bold;
}
h2
{
    border-width: thin;
    margin: 1px;
    font-size: medium;
    color: #535353;
    vertical-align: top;
}

h3
{
    font-size: x-small;
    color: #535353;
}

h4
{
    font-size: small;
    font-style: italic;
    color: #808080;
}

h5
{
    font-size: small;
    color: #993300;
}

h6
{
    font-family: Candara;
    border-width: thin;
    margin: 1px;
    font-size: large;
    color: #535353;
    vertical-align: top;
}

