/* CSS Document */
body 
{ 
font-family: verdana, sans-serif; 
font-size: 11px; 
color: #000000; 
background-color: inherit; 
} 

a:link, a:active, a:visited 
{ 
font-family: verdana, sans-serif; 
font-size: 11px; 
color: #ff9900; 
background-color: inherit; 
text-decoration: none; 
} 

a:hover 
{ 
font-family: verdana, sans-serif; 
font-size: 11px; 
color: #ffffff; 
background-color: inherit; 
text-decoration: underline; 
} 