TD { font-family: Arial,Helvetica; 
     font-size: 10pt; 
   }

   
A:link { text-decoration: none; 
         font-weight:bold;
         color: #006699
       }

A:visited { text-decoration: none; 
            font-weight:bold;
            color: #003366
          }
		  
A:active { text-decoration: none; 
            font-weight:bold;
            color: #CCCCCC
         }
		 
A:hover	{ text-decoration: none; 
            font-weight:bold;
            color: #CCCCCC
        }
