
BODY {
  font-size: 9pt;
  font-family: "Tahoma", "Arial", "Verdana", "MS Sans Serif", sans-serif;
  color: white;
  background-color: silver;
}

A:link {
  color: white;
  text-decoration: none;
}

A:visited {
  color: white;
  text-decoration: none;
}

A:hover {
  color: white;
}

A:active {
  color: yellow;
  text-decoration: none;
}

IMG {
  border: 0px none;
}
