A{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : #ffffff;
  background-color : #000080;
  text-decoration : underline;
}
P{
  font-size : 10pt;
}
TD{
  font-size : 10pt;
}
