body {
margin : 0; 
padding : 0; 
font-size : 100%; 
font-family : "Times New Roman", Arial, Geneva, Arial, Helvetica, sans-serif;
color : #ffffff; 
background-color : #009933; 
} 
A:link {
text-decoration : none; 
color : #ffffff; 
background-color: inherit;
} 
A:visited {
text-decoration : none; 
color : #ffffff; 
background-color: inherit;
} 
A:hover {
text-decoration : none; 
color : yellow; 
background-color: inherit;
} 
A:active {
text-decoration : none; 
color : #ffffff; 
background-color: inherit;
} 