
BODY
 {
   background-color: white;
  }


A:link
  {  
   color: rgb(233,225,233);
   text-decoration: none;
  }
  
A:visited
{  
   color: rgb(233,225,233);
   text-decoration: none;
  }

TD.menu 
 { 
   font-family:Verdana;
   font-size: 14px;
   font-weight: bolder;
   color: white;
   background-color: purple;
   text-align: center;
   border: rgb(233,225,233) 1px solid;
   border-top: none;
   height: 22;
   
  }

TD.menu1 
 { 
   font-family:Verdana;
   font-size: 14px;
   font-weight: bolder;
   color: purple;
   alink: purple;
   background-color: rgb(233,225,233);
   text-align: center;
   border: purple;
   border-top: none;
   height: 22;
   link-color: purple;
  }

TD.podmenu 
 { 
   font-family:Verdana;
   font-size: 12px;
   font-weight: bolder;
   color: rgb(233,225,233);
   background-color: rgb(206,152,250);
   text-align: center;
   border: rgb(233,225,233) 1px solid;
   border-top: none;
   height: 20;
   padding: 3px;
   z-index:2;
   cursor: hand;
   }