<style TYPE="text/css">
 /* This first definition appears to be ignored. WHY??? */

h4 { color: FFFFFF; font-weight:600; font-size: smallface: font-family: Arial;}
A:link, A:active, A:visited
        { text-decoration  : none;
          color            : ffffff;
          font-weight      :  700;
          font-size        : Medium;
          background       : #000080;
          font-family      : Arial;
          margin-top       :10;
         }
A:hover { font-weight  :    800 ;
          font-size    : Medium;
          color        :#0AB24B ;
          background   : #FFFFFF; 
          font-family      : Arial;
          margin-top   :      10;  
        }

h1 { color: FFFFFF; font-weight:900; font-size: x-large;  font-family: Arial; margin-top:10; font-style:italic;}
h2 { color: 000080; font-weight:700; font-size: medium; font-family: Arial; margin-top:10;}
h3 { color: FFFFFF; font-weight:800; font-size: medium; font-family: Arial; background   : #000080;}
h4 { color: 000080; font-weight:800; font-size: medium: font-family: Arial; font-style:italic;}

</style>