﻿body
{
    font-size: 9pt;
    font-family: Arial;
    background-image: none;
    line-height: 15pt;
    margin-left: 10pt;
    margin-right: 10pt;
    background-color: white;
}

h1
{
    font-size: 16pt;
    font-family: Arial;
    font-weight: bold;
    line-height: 15pt;
    border-bottom-style: double;
    width: 100%;
}

h2
{
    font-size: 20pt;
    font-family: Arial;
    font-weight: bold;
    line-height: 20pt;
}

a
{
    color: blue;
    text-decoration: none;
}

a:link
{
    color: blue;
    font-weight: bold;
    font-family: arial;
    margin-top: 0px;
    text-decoration: none;
}

a:visited
{
    color: blue;
    font-weight: bold;
    font-family: arial;
    margin-top: 0px;
}

a:hover
{
    color: white;
    font-weight: bold;
    font-family: arial;
    background-color: blue;
}

td
{
    /*  border: solid thin red; */
}


