BODY {
     color: #333333;
     text-decoration: normal;
     background-color: #ffffff;
     background-image: url("img/bg_menu2.jpg");
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: right 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 }
