
BODY {
  font-family: Arial;
  font-size: 10pt;
}

A:hover {
  color: red;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  background-color: #8080FF;
  text-decoration: none;
}

A {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  text-decoration: none;
  color: yellow;
  font-style: normal;
}

A:visited {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  text-decoration: none;
  font-style: normal;
  color: #FFFF80;
  font-variant: normal;
}

A:active {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  text-decoration: none;
  font-style: normal;
  color: yellow;
  font-variant: normal;
  background-color: blue;
}
