p {
  margin: 0;
  color: #999999;
  font: 10pt Helvetica, Arial;
}

a:link {
  text-decoration: underline;
  color: #999999;
  font: 10pt Helvetica, Arial;
  font-weight: bold;
}

a:visited {
  text-decoration: strong; underline;
  color: #999999;
  font: 10pt Helvetica, Arial;
  font-weight: bold;
}

a:active {
  text-decoration: strong; underline;
  color: #999999;
  font: 10pt Helvetica, Arial;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #999999;
  font: 10pt Helvetica, Arial;
  font-weight: bold;
}