BODY{
  color: #008000;
  background-color: #FFFFFF;
}
P{
  color: #000066;
}
A{
  color: #0000a0;
  text-decoration: underline;
}
A:VISITED{
  color: ##666666;
  text-decoration: underline;
}
A:HOVER{
  color: #3399FF;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #FF9933;
  text-decoration: underline;
}
UL{
  color: #009999;
  list-style-image : url(l_b12.gif);
  list-style-position: outside;
}
UL UL{
  list-style-image : url(l_b12a.gif);
}
OL{
  list-style-type : upper-alpha;
}
OL OL{
  list-style-type : lower-alpha;
}
TH{
  color: #FFFFFF;
  background-color: #003399;
}
