
TABLE.links {  
   font-family: "Arial","geneva","sans-serif";
   font-size: 8pt;
   margin-left: 0px; 
   margin-right: 0px; 
   margin-top: 0px;
   margin-bottom: 0px;
   font-style: none;
   color: WHITE;
   cursor: hand;
}

/*Hyper link settings */
/*Prevent links being underlined */
A:link {color: #FFFFFF; text-decoration: none}
A:active {color: #99CC33; text-decoration: none}
A:visited {color: #808080; text-decoration: none}
A:hover {color: #FF9933; text-decoration: underline}
/* eg could have: A:hover {color: #FFFFFF; text-decoration: underline overline or none to turn underline off} */


