        h1 { 
             font-family: Arial, Helvetica, sans-serif;
             color: Darkolivegreen;
           }

        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;
           }

      #all {
             background-color: white;
           //  background-color: #AAFFAA;
             width: 1024px;
             margin-top: 10px;
             margin-bottom: 0px;
             margin-left: auto;
             margin-right: auto;
             padding-top: 5px;
             padding-bottom: 5px;
           }

  #navsite {
             background-color: white;
            // background-color: #CCFFCC;
            // background-color: #AAFFAA;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 0.7em;
             font-weight: bold;
             color: grey;
             width: 1024px;
             height: 10;
             padding: 0;
             margin-bottom: 1em;
             clear: left;
           }

  #navsite ul {
             padding: 3px 0;
             margin-left: 0;
             border-bottom: 1px solid #778;
             font: bold 12px Arial, Helvetica, sans-serif;
           }

  #navsite ul li {
             list-style: none;
             margin: 0;
             display: inline;
           }

  #navsite ul li a {
             padding: 3px 0.5em;
             margin-left: 3px;
             border: 1px solid #778;
             border-bottom: none;
             background: lightgrey;
             text-decoration: none;
           }

  #navsite ul li a:link {
             color: grey;
           }

  #navsite ul li a:visited {
             color: grey;
           }

  #navsite ul li a:link:hover, #navsite ul li a:visited:hover {
             color: #fff;
             background: gray;
             border-color: #227;
           }

  #navsite ul li a#current {
             background: white;
             border-color: #227;
             border-bottom: 1px solid white;
           }

  #navsite ul li a#current:hover {
             background: grey;
             border-color: #227;
             border-bottom: 1px solid white;
           }

      body { 
             background-color: #2E8B57;
             font-family: Arial, Helvetica, sans-serif;
             margin: 0px;
           }

  .species { 
             font-family: serif;
             font-style: italic;
           }

     .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: 3;
             background-color: white
           }

        tr { 
           //  background-color: #CCFFCC;
             background-color: white;
             padding: 2
           }

        th { 
             background-color: Mediumseagreen;
             padding: 1;
             width: 125;
           }

        td { 
             font-family: Arial, Helvetica, sans-serif;
             font-size: 14;
             padding: 9
           }

    .top a { color: white; text-decoration: none; font-family: Arial, Helvetica, sans-serif } 
         a { color: white; text-decoration: none; font-family: Arial, Helvetica, sans-serif } 
   a:hover { text-decoration: underline }
      th a { color: white; text-decoration: underline; font-family: Arial, Helvetica, sans-serif }
th a:hover { color: yellow; text-decoration: underline }






