*|body {
  background-color: #000000;
  font-family: "Verdana";
  font-size: 12px;
}
*|td {
  vertical-align: top;
}
*|td.menu {
}
*|h3 {
  font-family: "Verdana";
}
*|a:link {
  color: white;
  text-decoration: none;
  font-family: "Verdana";
  font-size: 11px;
}
*|a:active {
  color: red;
  text-decoration: none;
  font-family: "Verdana";
  font-size: 11px;
}
*|a:visited {
  color: white;
  text-decoration: none;
  font-family: "Verdana";
  font-size: 11px;
}
*|a:hover {
  text-decoration: none;
  color: gold;
  font-family: "Verdana";
  font-size: 11px;
}
*|p {
  margin-right: 20px;
}
*|p *|a:link {
  color: blue;
  text-decoration: none;
}
*|p *|a:visited {
  color: blue;
  text-decoration: none;
}
*|p *|a:hover {
  text-decoration: none;
  color: cyan;
}
