
A:link {
  text-decoration: none;
  color: white;
  font-family: Arial;
}

A:visited {
  text-decoration: none;
  color: #BDA56B;
  font-family: Arial;
}

A:active {
  text-decoration: none;
  color: red;
  font-family: Arial;
}

A:hover {
  color: #FF9900;
  text-decoration: none;
  font-family: Arial;
}

A.offsite {
  text-decoration: none;
  font-weight: normal;
  color: #F60;
  background-color: #212121;
}

LINK {
  font-family: Arial;
  font-size: small;
}
