body {
  color: black;
  background: white;
  font-size: small;
  font-family: Helvetica, Arial, sans-serif;
}
a img {
  border: 0;
  color: white; /* same as the body background */
  background: transparent;
}
pre {
  font-size: small;
  font-family: "Courier New", Courier, Prestige, monospace;
}

hr {
  height: 1px;
}

.smallfont, .negl, .negl a {
  font-size: x-small;
  font-family: Verdana, Arial, sans-serif;
}

.negl, .negl a {
  color: gray;
  background: transparent;
  text-decoration: none;
}
a:active, a:hover {
  color: #FF3399;
  background: transparent;
  text-decoration: none;
}

.alert {
  color: red;
  background: transparent;
  font-weight: bold;
}

tr.blue {
  color: white;
  background: #9999FF;
  text-align: center;
}
