A
{
    color: #0000FF;
}

DIV.adres
{
    text-align: left;
    margin-left: 50%;
    margin-top: 40px;
}

body 
{
    background-color: #EEF;
    color: #000;
    margin-left: 0%;
    margin-right: 0%;
    font-family: sans-serif;
}

P
{
    text-align: justify;
}

P.greatmargin
{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5;
    margin-bottom: 5;
}

P.topspace
{
   margin-top: 32;
}

H1, H2, H3, H4, H5, H6
{
    text-align: left;
    margin-left: 0%;
    color: #711;
}

H1
{
    font-size: 200%;
    font-weight: bold;
}

H2
{
    font-size: 150%;
    font-weight: bold;
}

H2 A
{
    color: #711;
}

H3
{
    font-size: 129%;
    font-weight: bold;
}

H4
{
    font-weight: bold;
}

H5
{
    font-style: italic;
}

IMG.logo 
{
    margin-top: 80px;
    margin-bottom: 10px;
}

P.list
{
    margin-left: 5%;
    text-align: left;
}

TH
{
    background-color: #FDD;
}

TD
{
    background-color: #FFD;
    text-align: center;
}

TD.red
{
    background-color: #FAA;
}

TD.left
{
    text-align: left;
}

TH A
{
    color: #000;
}

TD A
{
    color: #000;
}