/*  
  The file lists in order, followed
  by their classes
  1. classes that apply to any element
  2. h1 etc. and their classes
  3. p
  4. table
  5. img
  6. a
*/

.six
     {
     font-size:6pt;
     }
.ten,.refer
     {
     font-size:10pt;
     }
.twelve
     {
     font-size:12pt;
     }
.fourteen 
     {
     font-size:14pt;
     }
.sixteen
     {
     font-size:16pt;
     }
.twenty 
     {
     font-size:20pt;
     }
.font_img_title /*used for species title in htm files that hold each large image*/
     {
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:2em;
     text-align:center;
     } 
.font_photographer /*used for credit in htm files that hold each large image*/
     {
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:1.2em;
     text-align:center;
     }
.normal_text
     {
     font-style:normal
     font-weight:normal
     }
.italic_text
     {
     font-style:italic
     }
.bold_text
     {
     font-weight:bold
     }
.italic_bold_text
     {
     font-style:italic
     font-weight:bold
     }
.uline /* <u> is deprecated, used here to copy author's .doc file */
     { 
     text-decoration: underline; 
     }
.indent
     {
     padding-left:30px
     } 
.gallery
     { 
     font-family:Verdana, Arial, Helvetica, sans-serif;
     text-align:center;
     margin:auto;
     }
h1,h2,h3,h4,h5,h6 
     { 
     /* was font-family:"Times New Roman", Times, serif;*/
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-weight:normal;
     text-align:center;
     margin:auto;
     margin-bottom:16px;margin-top:16px
     }
h2.gallery
     {
     margin-top:24px;
     }
h1.pink_background, h2.pink_background, h3.pink_background, h4.pink_background 
    {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      color: red; text-align:center
    }
p
	{
	margin:0cm;
	margin-bottom:6pt;
	font-size:12.0pt;
	font-family: "Times New Roman", Times, serif;
     text-align:left
     }
p.low /* to use instead of <p>&nbsp;</p> for a lower height blank line*/
	{
	margin-top:0cm;
	margin-bottom:0cm;
	font-size:6.0pt;
     }
p.intro /* introductory and other paragraphs */
	{
	margin-bottom:12pt;
     }
p.indent_intro 
     {
	margin-bottom:12pt;
     text-indent:36px;
     }
p.gallery_p
     {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      color:#000000
     }
p.center
     {
     text-align:center;
     }
p.table_of_contents
     {
     text-indent:36px;
     }
p.indent_table_of_contents /* for the parts of table of contents further indented */
     {
     text-indent:72px;
     }
p.pink_background_at_top /* for files with the pink composite background - index.htm etc. */
    {
     font-family: Arial, Helvetica, sans-serif;
     color: red; text-align:center
    }
p.hang_odd /* for odd key leads 1a, 1b, 3a, 3b... */
	{
	margin-left:1.0cm;
	margin-right:2.0cm;
	text-indent:-1.0cm;
	margin-bottom:.0001pt;
     }
p.hang_even
	{
	margin-left:2.0cm;
	margin-right:2.0cm;
	text-indent:-1.0cm;
	margin-bottom:.0001pt;
     }
p.link_number_a /* for 1st member of couplet 1a, 2a, 3a ..... linked to another lead */
	{
     text-align:right;
	margin-left:1.0cm;
	margin-bottom:.0001pt;
     }
p.link_number_b /* for 2nd member of couplet 1b, 2b, 3b ..... linked to another lead */
	{
     text-align:right;
	margin-left:1.0cm;
	margin-bottom:12pt;
     }
p.species /* for either couplet ........... linking to a species name followed by description */
	{
     text-align:right;
	margin-left:1.0cm;
	margin-bottom:.0001pt;
      }
p.comment_odd /* to line up with odd key leads */
	{
     margin-left:1.0cm;
	margin-right:2.0cm;
     }
p.comment_even 
	{
     margin-left:2.0cm;
	margin-right:2.0cm;
     }
p.description /* when description goes to left margin */
	{
      margin-left:0.0cm;
	margin-right:0.0cm;
	font-size:10.0pt;
	margin-bottom:12pt;
     } 
p.description_odd /* description with odd key leads */
	{
     margin-left:1.0cm;
	margin-right:2.0cm;
	font-size:10.0pt;
	margin-bottom:12pt;
     }
p.description_even
	{
     margin-left:2.0cm;
	margin-right:2.0cm;
	font-size:10.0pt;
	margin-bottom:12pt;
      }
p.desc_title /* Latin name of a description that goes to left margin */
	{
	font-size:12.0pt;
	margin-bottom:.0001pt;
     }
p.footnote
	{
     margin-left:0.5cm;
	text-indent:-0.5cm;
	font-size:10.0pt;
	margin-bottom:0pt;
     }
p.glossary
	{
      margin-left:1.0cm;
	text-indent:-1.0cm;
	font-size:12.0pt;
     }
p.listt /* other lists like glossary */
	{
      margin-left:1.0cm;
	text-indent:-1.0cm;
	font-size:12.0pt;
     }
table
     {
     margin:auto;
     }
table.illus_desc /* to hold a description and an image of that species, used where p.description used for unillustrated */
     {
     font-size:10pt;
     cellpadding:10px;
     border:0px; 
     margin-bottom:12pt;
     background-color:#ffffff;
     }
table.illus_desc_odd, td.illus_desc_odd /* to hold a description and an image of that species, used where p.description_odd used for unillustrated */
     {
     margin-left:36px;
     font-size:10pt;
     cellpadding:10px;
     border:0px; 
     background-color:#ffffff;
     vertical-align:text-top;
     }
table.illus_desc_even, td.illus_desc_even
     {
     margin-left:72px;
     font-size:10pt;
     cellpadding:10px;
     border:0px; 
     background-color:#ffffff;
     }
table.index
     {
     font-size:12.0pt;
     border:0px;
     width:700px;
     background-color:#ffffff;
     margin-left:0px;
     }
table.pink_background
     {
     border:5px;
     border-color:gray; 
     border-style:outset;
     padding:5px; 
     width:700px; 
     background-color:#ffffff;
     }
table.gallery
     {
     border:0px;
     padding:4px; 
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size:0.9em;
     text-align:center;
     margin:auto
     }
table.htmpg /* for htm files used to hold each large .jpg image */
     {
      font-family:Verdana, Arial, Helvetica, sans-serif; 
      margin:auto; 
      border:0px;
     }
ol.ref, ul.ref /* for list of bibliography references */
     {
     font-size:12.0pt;
     margin-bottom:60px;
     }
ul.no_symbol, ul.ref /* to avoid bullets on unordered list */
    {
    list-style-type:none
    }
img.right_side
     {
     float:right;
     }
a.gallery_link:link {color:#000000; text-decoration:underline; } /*black*/
a.gallery_link:visited {color:#008000; text-decoration:underline; } /*green*/
a.gallery_link:hover {color:#ff0000; text-decoration:none; } /*red*/
a.gallery_link:active {color:#0000ff; text-decoration:underline; } /*blue*/

/*  google analytics code for tracking hits
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3286562-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
*/