
@import url(hpbsite.css);
A:VISITED{
  text-decoration : none;
}
A:HOVER{
  color : #ffb5da;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  text-decoration : none;
}
TABLE{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
