
BODY
{ 
 background: #fafad2;
 color: #000000;
}

A:link { color: #207000 }          /* unvisited link */  
A:visited { color: #80C030 }       /* visited links */ 
A:active { color: #DD2C2C }        /* active links */ 
A:hover { color: #207000;  background-color: #D0FFD0 }  /* 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, H2 { text-align: center; color: #DD2C2C; 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: #B02020 }

PRE { color: #207000 }

ADDRESS 
{
  font-family: helvetica, sans-serif; 
  font-variant: small-caps;
  text-decoration: none;
  font-size: small;
  color: #B02020;
}


