body{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; background-color: aliceblue; color: navy; font-weight: bold
}

th {  color: navy; font-size: 20pt; text-align: center; background-color: blue
   }

div { color: firebrick; font-weight: bold
   }

   
h1  {background-color: blue; font-size: 21pt; text-align: center; color: navy
   }
h2  {color: navy; font-size: 21pt;  text-align: center;  background-color: blue
   }
h3  {color: white; font-size: 18pt;  text-align: center; color: blue
   }
h4  {color: navy; font-size: 15pt;  text-align: center; background-color: blue
   }
h5  {color: navy; font-size: 12pt;  text-align: left; color: blue
   }
h6  {color: white; font-size: 12pt;  text-align: left; background-color: blue
   }
a:hover { text-decoration:none; font-weight:bold; background-color: yellowgreen; color: firebrick
   }
 td {   color: navy; font-weight: bold; padding: 6pt
   }
p  {   color: navy; font-weight: bold; 
   }

span{  color: firebrick; font-weight: bold;
    }