#button td { 
   background-color: #336787; 
   color:#000000; 
   border: 0px solid #99CCCC; 
   line-height: 17px; 
   text-decoration: none; 
   font-size: 14px; 
   font-family: Verdana, Arial, Helvetica, sans-serif    
   font-weight: bold; 
   } 

#button td a { 
   display: block; 
   width: 100%; 
   background-color: #336787; 
   color: #FFFFFF; 
   text-decoration: none; 
   font-weight: bold; 
   } 

#button td a:hover { 
   background-color:#99CCCC; 
   color: #000000; 
   }
