
P {
  font-family: serif;
  font-size: 12pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #000000
}

A:link {
  color: blue;
}

A:visited {
  color: red;
}

A:active {
  background-color: white;
}

A:hover {
  background-color: yellow;
}