BODY { 
   background-color: #c0c0c0;
   font-family: verdana,tahoma,geneva,helvetica,arial,sans-serif; 
   font-size: 13px; 
   color: #000000;
}

P,TABLE,TD,UL {
   font-family: verdana,tahoma,geneva,helvetica,arial,sans-serif;
   font-size: 13px;
   color: #000000;
}

A:link {
   text-decoration: none; 
   color: #0000FF;
}
A:visited {
   text-decoration: none;
   color: #5555FF;
}
A:active {
   text-decoration: none; 
   color: #0080FF;
}
A:hover {
   text-decoration: underline ;
   color: #FF0000;
} 

H1 {
   font-family: verdana,tahoma,geneva,helvetica,arial,sans-serif; 
   font-weight: bold; 
   font-size: 30px; 
   font-style: normal;
   color: #800040;
   background-color: #ffdd00;
}

H2 {
   font-family: verdana,tahoma,geneva,helvetica,arial,sans-serif; 
   font-weight: normal; 
   font-size: 19px; 
   font-style: normal;
   color: #000000;
   background-color: rgb(134,206,213);
}

