BODY
{
    font-family: "Trebuchet MS", Arial, Monospace;
    font-size: 10pt;
    background-color: black;
    color: white;
}

H1
{
    text-align: center;
}

P
{
    padding-bottom: 0px;
    text-align: justify; 
    font-weight: bold;
    text-decoration:underline;
}
P.center
{
    text-align: center;
    text-decoration: none;
}


UL
{
    text-align: justify;
    padding-top: 0px;
    padding-bottom: 10px;
}

A
{
    font-size: 10pt;
    color: White;
    font-weight: normal;
    text-decoration: none;
}

A:hover
{
    font-weight: bold;
}

A.small
{
    font-size: 8pt;
    color: White;
    font-weight: normal;
    text-decoration: underline;
}

A.small:hover
{
    text-decoration: none;
}
