body, td, tr, p, li
{
    font-family: arial, helvetica, sans-serif;
    font-size: small;
    color: #000000;
    list-style: square;
}

b
{
    font-family: arial, helvetica, sans-serif;
    font-weight: bolder;
    color: #880000;
}

a:link
{
    color: #773377;
    text-decoration: none;
}

a:visited
{
    color: #330033;
    text-decoration: none;
}


a:hover, a:active
{
    color: #006699;
    text-decoration: underline;
}

h1
{
    font-family: arial, helvetica, sans-serif;
    font-size: medium;
    font-weight: bolder;
    color: #880000;
    text-align: center;
}