

     <style>
     <--
     font {color: black}
     
     /*-- links --*/
     a:link {color: steelblue; font-style: italic; font-family: Arial, Helvetica, Sans Serif; font-size 10pt}
     a:active {color: royalblue; font-family: Arial, Helvetica, Sans Serif; font-size 10pt}
     a:visited {color: forestgreen; font-family: Arial, Helvetica, Sans Serif; font-size 10pt}
     
     /*-- headers --*/
     h1, h2, h4, h5, h6, {text-align: center;font-family: Arial, Helvetica, Sans Serif; font-size 10pt; color: blsck}
     h3, {text-align: left; font-family: Arial, Helvetica, Sans Serif; font-size 10pt; color: black}
     p {font-family: Arial, Helvetica, Sans Serif; font-size 10pt; color: black}



    /*-- table --*/
    table {
    background: whitesmoke; 
    color: black;
    font-family: Arial, Helvetica, Sans Serif; font-size 10pt; 
    /*-- margin-left: 0.5cm; margin-right: 0.5cm; margin-top 1.0 cm; margin-bottom: 1.0cm --*/
    }
    
    -->
    </style>
  
  
  <!--text-indent: 3em-->