﻿body 
{
   font-family: Arial;
   font-size: 8pt;
   color: #1c2557; 
   margin: 0px;
   padding: 0px;
   background-color:Whitesmoke;
}

A.menu
{
    border-right: white 1px solid;
    border-left: white 1px solid;
    border-top: white 1px solid;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 1px;
    color: White;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}


A.menu:hover
{
    color: SlateGray;
}
