<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin-left: 40px;
  background: #FFFFFF; 
  margin-right: 40px;
  font-size: 13px; 
  font-family: verdana,arial,sans-serif; 
  color: rgb(102,0,0);
}
/* specifies 12 pixels left and right margins, font face, text color */

img.map {
  margin: 0 2.5% 0 0;
  padding: 10;
  float: right;
  }

div.marginL {
  margin-left: 10px;
}
/*moves left margin 10 pixels to the right*/


*.center {
  text-align: center;
}

/*use to center anything*/

*.text {
  font-size: 1.1em;
}

h1, H2, H4, H5, H6 {
  text-align: center; 
  color: rgb(102,0,0);
  font-family: verdana,arial,sans-serif;
}

/* headings specified are centered, maroon */

h1 {
  font-weight: bold;
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
  font-weight: bold;
}

h2.left {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
}

h3 {text-align: left;
  color: rgb(102,0,0);
  font-family: verdana,arial,sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}

/* H3 heading is left aligned, color is maroon */


h4 {
  color: rgb(102,0,0);
  font-family: verdana,arial,sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  text-align: justify;
}

h5 {
  color: rgb(102,0,0);
  font-family: verdana,arial,sans-serif;
  font-weight: bold;
  font-size: 1.3em;
}


li {
  text-align: justify;
  font-size: 1.3em;
  line-height: 110%;
}

/* justifies text for list items, sets font size */

li.one {
   margin-left: 1em;
}

/* indents list item by 1 em*/
 
li.two {
   margin-left: 3em;
   list-style-type: circle;
}

/* indents list item by 3 em; sets type of bullet*/  

li.three {
   margin-left: 5em;
   list-style-type: square;
}

/* indents list item by 5 em; sets type of bullet*/  

li.four {
   margin-left: 7em;
   list-style-type: disc;
}

/* indents list item by 7 em; sets type of bullet*/  

li.five {
   margin-left: 9em;
   list-style-type: circle;
}

/* indents list item by 9 em; sets type of bullet*/  


li.six {
   margin-left: 11em;
   list-style-type: square;
}

/* indents list item by 11 em; sets type of bullet*/  

li.seven {
   margin-left: 13em;
   list-style-type: disc;
}

/* indents list item by 11 em; sets type of bullet*/  


a.glos:link {
  color: #008000;
  font-weight: bold;  
}

/* colors anchor green, bold; used for glossary links */

a.glos:visited {
  color: #008000;
}

/* colors anchor green, non-bold when visited; used for glossary links */

a.used:link {
  color: #FFFFFF;
  font-weight: bold;
}

a.used:visited {
  color: #FFFF00;
  font-weight: bold;
}

a.site {
  color: #505050;
  font-weight: normal;
}

/* colors anchor gray, bold; used for bibliography links */

img {
  padding: 8px;
}

/* pads image by 5 pixels */

*.right {
  float: right; padding: 2px;
}

/* aligns image to right--used for closing quill and ink gif */

*.left {
  float: left;
}

/* aligns image to left as floating image */

p.litcit {
  padding-left: 2em;
  text-indent: -2em; 
  font-size: 1.4em;
}
/* overhang for lit cit; font size */


a.litcit {
  display: block; 
  padding-left: 2em; 
  text-indent: -2em;
  font-size: 1.4em;

}
  
  /*Allows a, which is not a block element, to act as one and thus display produce an overhang*/

p.key2 {
  padding-left: 3em;
  text-indent: -3em; 
  font-size: 14pt;
  
}
/* overhang for keys; font size */

p.key {
  padding-left: 3em;
  text-indent: -3em; 
  font-size: 14pt;
  margin-bottom: -.7em;
}
/* overhang for second of key couplet; font size */



p.one {font-size: 0.6em;}
p.two {font-size: 0.8em;}
p.three {font-size: 0.9em;}
p.four {font-size: 1.2em;}
p.five {font-size: 1.5em;}
p.six {font-size:1.8em;}
p.seven {font-size: 2em;}
/* the above set the font size for the paragraph*/

*.oneem
{
margin-left: 1em;
}

*.twoem
{
margin-left: 2em;
}

*.threeem
{
margin-left: 3em;
}

*.fourem
{
margin-left: 4em;
}

p.fiveem
{
margin-left: 5em;
}

p.sixem
{
margin-left: 6em;
}

p.eightem
{
margin-left: 8em;
}

p.tenem
{
margin-left: 10em;
}

p.twelveem
{
margin-left: 12em;
}

p.fourteenem
{
margin-left: 14em;
}

p.sixteenem
{
margin-left: 16em;
}

p.eighteenem
{
margin-left: 18em;
}

/* Used for indenting, such as for systematic tables*/

.elementleft {
text-align: left;
}

p {
  font-size: 1.4em;
}

p.initial {
  font-size: 1.4em;
  text-align: justify;
}

p.para {
  text-indent: 1.5em;
  font-size: 1.4em;
  text-align: justify;
}


p.bmarg {
  margin-bottom: -0.5em; 
  line-height: 100%; 
  text-align: left;
}
/* decreases space indicated by a &lt;p&gt;; useful for table of contents to keep content packages separate but by less than the paragraph height */


td {
  font-size: 1.1em;
}

dt {
  font-size: 1.1em;
}

dd {
  font-size: 1.1em;
}

div.menu {
	float: left; 
	width: 12%; 
	margin-left: .4em; 
	margin-right: 2em; 
	font-size: 0.6em; 
	border-style: solid solid solid none; 
	border-width: .2mm .2mm .2mm 0; 
	padding: .6em .6em 2.2em .6em;
	
}

img.speciesaccount {
 	float: right; 
	margin-right: 3em; 
	margin-top: 1em;
}

/* Use in species account to float distribution map to right */

.taxon {
   background-color: #148770; 
   color:#FFFFFF; 
   font-size: 14px; 
   font-weight: bold; 
   line-height: 1.5em; 
   padding-left: 1em;
}
/* Produces a dark green bar with with lettering */

p.quote {
   margin-left: 4em;
   margin-right: 4em;
   text-align: justify;
}
/*blocks and justifies text for extended quote*/
</pre></body></html>