
H1{
  color: #993300;
}
H2{
  color: #993300;
}
H3{
  color: #993300;
}
A{
  text-decoration : none;
  border-width : 1px 1px 1px 1px;
}
TH{
  color: #FFFF99;
  background-color: #993300;
}
TD{
  color: #660000;
}
A:VISITED{
  color : lime;
}
A:ACTIVE{
  color : purple;
  border-width : 1px 1px 1px 1px;
  border-top-style : inset;
  border-right-style : inset;
  border-bottom-style : inset;
  border-left-style : inset;
  font-weight : bold;
  text-decoration : none;
}
A:HOVER{
  font-weight : bold;
  text-decoration : none;
}
