
.regular {
  font-size: 10pt;
  font-family: Arial;
  color: #000000;
}

A:link {
  text-decoration: none;
  color: #000000;
}

A:visited {
  text-decoration: none;
  color: #000000;
}

A:active {
  text-decoration: underline;
  color: #006600;
}

a:hover {
  text-decoration: underline;
  color: #006600;
  font-family: Arial;
}
