﻿body 
{
    font-family: Arial;
    font-size: 9pt;
    color: White;
}

a 
{
    color: white;
    font-size: inherit;
    text-decoration: underline;
}

a:hover 
{
    color: #D90211;
    font-size: inherit;
    text-decoration: none;
}

a:visited 
{
    color: white;
    font-size: inherit;
    text-decoration: underline;
}

span.title
{
    font-family: Courier New;
    font-size: x-large;
    font-weight: bolder;
}

span.menu 
{
    color: #404040;
    font-family: Courier New;
    font-size: 10pt;
    text-align: center;
}