A {
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #FFFF00;
  text-decoration: underline;
}

P, TD {
  font-family: Arial;
}

BODY {
  font-family: Arial;
}