﻿html
{
    overflow: hidden;
}

body
{
    margin: 0px;
    font-family: Arial;
    font-size: 10pt;
    overflow: hidden;
}

table
{
    font-family: Arial;
    font-size: 10pt;
}

a
{
    color: Blue;
    text-decoration: none;
}

a:hover
{
    color: Blue;
    text-decoration: underline;
}

img
{
    border: none;
}

h1
{
    margin: 0px;
    padding: 0px;
    font-size: 18pt;
}

h2
{
    margin: 0px;
    padding: 0px;
    font-size: 13pt;
    font-style: italic;
}
