
P {
  font-family: Arial, sans-serif, Helvetica, Verdana;
  color: black;
  background-color: white;
  font-size: 10pt;
  font-weight: bold;
}

A {
  font-family: Arial, sans-serif, Helvetica, Verdana;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

A:hover {
  color: green;
  text-decoration: underline;
}
