BODY {
   font-size : 12px;
   font-family : Arial;
   color : navy

}

td {
   font-size : 12px;
   font-family : Arial;
   color : navy;
   font-weight: bold;
}

H1 {
   font-size : 28px;
   font-family : century gothic;
   color : #ffff00;
   text-align: center;   
}

H2 {
   font-size : 18px;
   font-family : Arial;
   color :  #ff0000;
   text-align: center;  
}

H3 {
   font-size : 15px;
   font-family : century gothic;
   color : navy;
   font-weight: bold;
   text-align: center;      
}

H4 {
   font-size : 10px;
   font-family : arial;
   color :  navy;
   text-align: right;  
}

H5 {
   font-size : 16px;
   font-family : century gothic;
   color : #ffff00;
   text-align: center;   
}
H6 {
   font-size : 15px;
   font-family : century gothic;
   color :  navy;
   font-weight: bold;   
   text-align: center;   
}

A:link    {color: #ff0000;   text-decoration: none;       font-size : 12px; font-weight: bold}
A:visited {color: #ff0000;   text-decoration: none;       font-size : 12px; font-weight: bold}
A:hover   {color: navy; text-decoration: none;  font-size : 12px; font-weight: bold}