 

A:LINK{
  
  color : navy;
  text-decoration : none;
}
A:VISITED{
  
  color : purple;
  text-decoration : none;
}
A:HOVER{
  color : red;
  
  
  text-decoration : underline overline;
  background-color : #d5ffaa;
}
A:ACTIVE{
  
  color : red;
  
  text-decoration : underline overline;
  background-color : #d5ffaa;
}
#TABLE{
  background-color : #bfff80;
  
  
  border-left-style : solid;
  border-bottom-style : solid;
  
  border-bottom-color : #004000;
border-width : thin thin thin thin;
  border-top-style : solid;
  border-right-style : solid;
  border-top-color : #004000;
  border-left-color : #004000;
  border-right-color : #004000;
}
#TABLEB{
  background-color : #f6f6f6;
border-top-width : thin;border-right-width : thin;border-bottom-width : thin;border-left-width : thin;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #004000;border-right-color : #004000;border-bottom-color : #004000;border-left-color : #004000;}
#D{
  background-color : #008000;
  color : white;
}
