
BODY
{ 
 background: #f8fefe url(teambanner.jpg) no-repeat left top;
 color: #000000;
}

A:link { color: #207000 }          /* unvisited link */  
A:visited { color: #408010 }       /* visited links */ 
A:active { color: #DD2C2C }        /* active links */ 
A:hover { 
  color: #B02020;  
  background-color: #f8fefe;
  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, H2 { text-align: center; color: #104010; 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;
}


