 body 
  {
   margin: 0pt;
  }
 
 a:link 
  {
   color: #FFFF00;
   text-decoration: none;
   font-size: 11px;
  }
  
 a:visited 
  {
   color: #bbbbbb;
      font-size: 11px;
   text-decoration: none;
  }
  
 a:hover 
  {
   color: #000000;
      font-size: 11px;
   text-decoration: none;
  }

 a:active 
  {
   color: #000000;
   font-size: 11px;
   font-weight:bold;
   text-decoration: underline;
  }

 a:focus 
  {
   color: #000000;
   font-size: 11px;
   font-weight:bold;
   text-decoration: underline;
  }

.fut:hover 
  {
   color: #000000;
   text-decoration: none;
  }
  
 .tablebg
  {
   background-attachment: fixed;
   background-image: url(images/menubg.gif);
   background-repeat: repeat-y;
  }

 .text
  {
   color: #FFFF00;
   font-family: times;
   font-size: 12px;
   text-decoration: none;
  }
