﻿body {
}
A:link
{
    text-decoration: none;
    color: navy;
}
A:hover
{
    text-decoration: none;
}

A:active
{
    text-decoration: none;
}
A:visited
{
    text-decoration: none;
    color: navy;
}

H1
{
    font-weight: bold;
    font-size: 10pt;
    color: navy;
    font-family: Verdana, Serif;
    line-height: normal;
    letter-spacing: normal;
}
.bullets
{
    vertical-align: middle;
}
