 
A{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : blue;
  background-color : #99CCFF;
  text-decoration : none;
}
A:VISITED{
  color : blue;
  text-decoration : none;
}
A:ACTIVE{
  color : blue;
  background-color : #99CCFF;
}
TABLE{
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-style : solid;
  border-top-color : #707070;
  border-right-color : #707070;
  border-bottom-color : #707070;
  border-left-color : #707070;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
