BODY
{
    font-family      : Arial, Helvetica, sans-serif;
    margin-top       : 10px;
    margin-left      : 10px;
    margin-right     : 10px;
    margin-bottom    : 10px;
    padding-top      : 0;
    padding-left     : 0;
    padding-right    : 0;
    padding-bottom   : 0;
    border-top       : 10px;
    border-left      : 10px;
    border-bottom    : 10px;
    border-right     : 10px;
    width            : auto;
    background-color : #FFFFFF;
    color            : #000000;
}

A:link, A:active
{
    text-decoration : none;
    color           : #82b6dd;
    background      : transparent;
}

A:visited
{
    text-decoration : none;
    color           : #5e9383;
    background      : transparent;
}

A:hover
{
    text-decoration : none;
    color           : #DD4444;
    background      : transparent;
}


H1
{
    color           : black;
    font-family     : arial;
    font-weight     : bold;
}

P, TR, THEAD, TFOOT, TH, TD,
DL, OL, UL, BLOCKQUOTE, SPAN, BR
{
    font-family      : arial;
}

div.bordered
{
    background       : #627791;
    color            : white;
    width            : auto;
    font-style       : normal;
    font-weight      : bold;
    margin-left      : 0em;
    margin-right     : 0em;
    border           : solid 3px black;
    white-space      : pre;
    font-family      : Arial;
    text-align       : left;
}

