BODY {
     color: #333333;
     text-decoration: normal;
     font-weight: bold;
     background-color: #ffffff;
     background-image: url("img/bg_menu.jpg");
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: left top;
     font-size: 9pt;
     line-height: 1.5;
}

A:{ text-decoration:none }
A:link { text-decoration: underline;
         color: #336600} 
A:hover {color: #336600;
         text-decoration: none }
A:visited { text-decoration: underline;
            color: #666666 }

TABLE {
  FONT-SIZE: 14px;
  font-weight: bold;
  
  line-height : 1.5;
  border-top-width : 0px;border-right-width : 0px;border-bottom-width : 0px;border-left-width : 0px;
  border-top-color : #FF6600;
  border-right-color : #FF6600;
  border-bottom-color : #FF6600;
  border-left-color : #FF6600;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : none;
  


  }
