a:visited{
  color : white;
  text-decoration: underline;
}
A:HOVER{
  color: #006666;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #999900;
  text-decoration: underline;
}
UL{
  color: #FF0000;
  list-style-image : url(l_a07.gif);
  list-style-position: outside;
}
TH{
  color : white;
  background-color : #cc0000;
}
TD{
  color : black;
  background-color : yellow;
}