body { 
       background-color: white;
       background-image: url(lt_marble6.jpg);
     }

#header {
          font-family: "Monotype Corsiva", cursive;
          font-size: 2em;
          text-align: center;
          font-weight: bold;
          vertical-align: middle;
        }

#headpic {
          float: left;
         }

a:link.headlink {
		  font-family: "Times New Roman", serif;
                  font-size: 0.6em;
                  font-weight: bold;
			  }

a:visited.headlink {
		  font-family: "Times New Roman", serif;
                  font-size: 0.6em;
                  font-weight: bold;
   				 }

a:hover.headlink {
		  font-family: "Times New Roman", serif;
		  color: red;
                  font-size: 0.6em;
                  font-weight: bold;
	   }

.headsublink {
              font-family: "Book Antiqua", serif;
              font-size: 0.5em;
              font-weight: normal;
             }


.species {
          font-style: italic;
            }


div.specieslist{
          float: left;      
          font-style: italic;
          margin: 0px;
          padding: 0px;
          background-color: red;
          }


#footleft {
            float: left;
          }

#footright {
            float: right;
          }


.citation {
            padding-left: 25px;
            text-indent: -25px;
         }

dt {
    font-weight: bold;
   }

th {
    font-style: normal;
   }

hr.pic {
        width: 80%;
        align: center;
        color: #FFBBBB;
        background-color: #FF3333;
      }
