        h1 { 
             font-family: Arial, Helvetica, sans-serif;
             color: gray;
             text-align: center 
           }

        h2 { 
             font-family: Arial, Helvetica, sans-serif;
             color: gray
           }

        h3 { 
             font-family: Arial, Helvetica, sans-serif;
             color: gray
           }

        h4 {  
             font-family: Arial, Helvetica, sans-serif;
             color: gray
           }

      body { 
             font-family: Arial, Helvetica, sans-serif;
             background-color: white;
             color: gray
           }

     .foot { 
             font-size: small; 
             color: white; 
             text-align: center 
           }

     .date { font-size: 10; color: black }   
      .src { font-size: 10; color: gray }   

     table { 
             font-family: Arial, Helvetica, sans-serif;
             border-color: green;
             border-width: thin;
             border-style: solid;
             cell-spacing: 5;
             background-color: white
           }
        td { 
             font-family: Arial, Helvetica, sans-serif;
             font-size: 14;
             padding: 9
           }

         a { color: darkgreen; text-decoration: none; font-family: Arial, Helvetica, sans-serif } 
   a:hover { text-decoration: underline }



