BODY {
 background-color: rgb(128,128,128);
 font-family: verdana,tahoma,geneva,helvetica,arial,sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: rgb(0,0,0)
 }

P,TABLE,TD,BR {
 font-family: verdana,tahoma,geneva,helvetica,arial,sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: rgb(0,0,0);
 background-color: rgb(192,192,192)
 }

A:link {
   text-decoration: none; 
   color: #0000FF;
}
A:visited {
   text-decoration: none;
   color: #5555FF;
}
A:active {
   text-decoration: none; 
   color: #0000FF;
}
A:hover {
   text-decoration: none;
   color: #FF0000;
} 

H1 {
 font-family: verdana,tahoma,geneva,helvetica,arial,sans-serif;
 font-weight: bold;
 font-size: 24px;
 font-style: normal;
 text-align: center;
 color: rgb(0,128,192);
 background-color: rgb(255,255,255);
 border-top: medium solid rgb(0,128,0);
 border-bottom: medium solid rgb(0,128,0)
 }
