BODY
{
   background-color: #808080;
   color: #FFFFFF;
   margin-top: 0%;
   margin-bottom: 0%;
   margin-left: 20px;
   margin-right: 20px;
   font: 12pt Helvetica;
}

.menu
{
   font: 10pt Verdana;
   background-color: #808080;
   color: #000000;
   font-weight: bold;
   align: center;
   padding: 5px;
   width: 100px;
   
   border-top: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;

   margin: 5px;
}

.outside
{
   font: 10pt Helvetica;
   background-color: #000000;
   color: #FFFFFF;
   align: center;
   padding: 10px;
   
   border-top: 0px;
   border-right: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;
   border-bottom: 0px;
   
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: 5px;
   margin-left: 5px;
}  

A:link {color: #C0C0C0; text-decoration: none; font-weight: bold; font-family: Verdana }
A:visited {color: #C0C0C0; text-decoration: none; font-weight: bold; font-family: Verdana }
A:active {color: #C0C0C0; text-decoration: underline; font-weight: bold; font-family: Verdana }
A:hover {color: #C0C0C0; text-decoration: underline; font-weight: bold; font-family: Verdana }

