﻿body 
{
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    --font-style: italic;
    
}
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

table.mainTable
{
    border-width:1px;
    background-color:#ffffff;
    width:986px;
    height:690px;
    padding:0px;
    margin:0px,0px,0px,0px,true;
}
span.MenuHead
{
    color:#8c081c;
    font-weight: bold;
}
span.MenuEntry
{
    color:#000000;
    text-decoration: none;
    
}