
a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #0000FF;
  background-color: transparent;
}

a:visited {
  text-decoration: none;
  color: #800080;
}

a:hover {
  text-decoration: none;
  color: FF0000;
}

BODY {
  font-family: "Trebuchet MS";
}

$DOCUMENT {
}

