P.c1 {
   font-style : italic; 
   font-weight : bold; 
   font-size : medium; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
   background : transparent; 
   text-align : center; 
}

P.c2 {
   font-style : italic; 
   font-weight : bold; 
   font-size : medium; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #FFFFFF; 
   background : transparent; 
   text-align : center; 
}


H1 {
   font-size : large; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
   background : transparent; 
   text-align : center; 
}


BODY {
   background-color : #009999; 
}


A:visited {
   color : #990099; 
   background : transparent; 
   text-decoration : underline; 
}


A:link {
   color : #ffff33; 
   background : transparent; 
   text-decoration : underline; 
}


A:hover {
   color : #ffffff; 
   background-color : transparent; 
}


A:active {
   color : #ff0000; 
   background : transparent; 
   text-decoration : underline; 
}