﻿body
{
    font-size: 10pt;
    line-height: normal;
    font-family: Tahoma;
    letter-spacing: normal;
    text-align: left;
}
H1
{
    font-weight: bold;
    font-size: x-large;
    color: navy;
    font-family: verdana;
}
H2
{
    border-right: black thin groove;
    border-top: black thin groove;
    font-size: large;
    border-left: black thin groove;
    color: blue;
    border-bottom: black thin groove;
    font-family: Verdana;
}
A:link
{
    color: purple;
    font-family: Verdana;
}
A:visited
{
    color: purple;
    font-family: Verdana;
}
A:hover
{
    color: red;
    font-style: italic;
    font-family: Tahoma;
    font-variant: small-caps;
}
