
body
{ 
 background: #fafad2;
 color: #000000;
}

html
{ 
 background: #fafad2;
 color: #000000;
}

a:link { color: #105000 }          /* unvisited link */  
a:visited { color: #206000; text-decoration: none }       /* visited links */ 
a:active { color: #DD2C2C }        /* active links */ 
a:hover { 
  color: #A02020;  
  background-color: #faf9cb;
  text-decoration: none;
  border-top:1px solid #105000;
  border-bottom:1px solid #105000;  
  }  /* mouse over */

ol.heading { list-style: upper-roman outside }

.heading 
{
  font-family: helvetica, sans-serif; 
  text-decoration: none;
  font-size: larger;
  font-variant: small-caps;
}

h1 { text-align: center; color: #c0a080; font-family: helvetica, sans-serif } 

h2 { text-align: center; color: #A02020; font-family: helvetica, sans-serif } 
h3, h4 { color: #B02020; font-family: helvetica, sans-serif } 

ol { list-style: decimal inside}
ol ol { list-style: lower-roman outside }
dt { margin-top: 0.5em; color: #901010 }
th {color: #207000 }

pre { color: #207000 }

address 
{
 font-family: helvetica, sans-serif; 
  font-variant: small-caps;
  text-decoration: none;
  font-size: small;
  font-style: normal;
  color: #B02020;
}