
body, td, p {
  font-family: 'arial', 'helvetica';
}


A:link {
  text-decoration: none;
  font-weight: normal;

  color: #ffffff;

}

A:visited {
  text-decoration: none;
  font-weight: normal;

  color: #fcd8c2;

}

A:active {
  text-decoration: none;
  font-weight: bold;

  color:#ffffaa;

}

A:hover {
  text-decoration: none;

  color: #ffffaa;
}

A.offsite {
  text-decoration: none;
  font-weight: normal;
  color: #ffffaa;
}
