﻿body
{
    font-family: Arial;
    font-size: medium;
    background-color: #DCDCDC;
    text-align: center;
}
a:link
{
    color: #0000FF;
    font-size: normal;
}

a:visited
{
    color: #800080;
    font-size: normal;
}
table
{
   border: thin solid #000000;
   border-collapse: collapse;
   text-align: center;
   font-size: small;
   table-layout: fixed;
   background-color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
}
td
{
    border: thin solid #000000;
    empty-cells: show;
}
h1
{
    text-align: left;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0px;
    background-color: #C0C0C0;
}
h2
{
    text-align: center;
    font-size: medium;
    font-weight: bold;
    margin-bottom: 0px;
    background-color: #CCCCCC;
}
h3
{
    margin-bottom: 0px;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    color: Red;
    vertical-align: middle;
    background-color: #FFFFFF;
}

