﻿body 
{
    font-family: Arial;
    font-size: 10pt;
}

table
{
    font-family: Arial;
    font-size: 10pt;
}

a:link, a:visited, a:active, a:hover
{
    text-decoration: none;
    color: #1c79b6;
}

H1
{
    font-size:x-large;
}
H2
{
    font-size:large;
}
.heading
{
    font-weight:bold;
}
.footer
{
    font-size:smaller;
    color: #7EC0EE;
}