BODY {
  color: #000000;
  background-color: #006600;
  margin: 10 10 10 10;
  font-family: Tahoma, Arial, Helvetica; 
  font-size : 80%;
}

A {
  border : 0;
  margin : 0;
  padding : 0;
  outline: none;
}

A.offsite {
  color : #9AB380;
  text-decoration : none;
    font-weight : bold;
}

A:active {
  color : #9AB380;
  text-decoration : none;
    font-weight : bold;
}

A:link {
  color : #9AB380;
  text-decoration : none;
    font-weight : bold;
}

A:visited {
  color : #9AB380;
  text-decoration : none;
    font-weight : bold;
}

A:hover {
  color : #6699FF;
  text-decoration : underline;
    font-weight : bold;
}

p.toc {
  color : #990033;
    font-size: 100%; 
    font-weight : bold;
    font-family : Tahoma, Arial, Helvetica;
}  

#toc {
  
  }