H1 {
   font-weight : bold; 
   font-size : 30px; 
   font-family : verdana, sans-serif; 
   color : #000000; 
   text-align : center; 
}

BODY {
   font-size : 12px; 
   font-family : tahoma, verdana; 
   color : #000000; 
}

A:visited {
   color : #0000c0; 
   text-decoration : underline; 
}

A:link {
   color : #0000ff; 
   text-decoration : underline; 
}

A:hover {
   font-style : italic; 
   color : #0000ff; 
}

A:active {
   font-weight : bold; 
   color : #000000; 
}