body {  background-color: "#cc3300"; 
  color: white; 
  font-family: helvetica, arial; 
  color: "#ffffcc";
  text-decoration: none;
  font-size: 11pt; 
 }
 

a {  text-decoration: underline; 
   color:"black";
 }
 

a:hover {  text-decoration: underline; 
  background-color: transparent;
  color: "#660033 ";
 }
 
p { background-color: "#ff9966"; 
 
 }