﻿html, body, #wrapper
{
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
    background-color: #CCCCCC;
    text-align: center;
    vertical-align: top;
    table-layout: fixed;
    
    text-align: left;
    
    font-family: Tahoma;
    font-size: 11px;
}

#body
{
      padding: 5px;
    }

table
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
}

td
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
}

img, a
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
    text-decoration: none;
}

a
{
    color: #0000AA;
}

a:hover
{
    color: #FF0000;
}

a:active
{
    color: #FF0000;
}

h1
{
    font-family: Tahoma;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    margin: 3px;
}

h2
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
        line-height: normal;
    margin: 3px;
}

h3
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
        line-height: normal;
    margin: 3px;
}

p
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
        line-height: normal;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 8px;
}