a:link { 
   text-decoration: none; 
   color: black; 
} 

a:visited { 
   text-decoration: none; 
   color: #444444; 
} 

a:hover { 
   text-decoration: none; 
   color: green; 
} 

body { 
   background-color: #9196a1; 
   background-color: #bbbbbb; 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   line-height: 24px; 
   color: #000000; 
} 
