body {
  background-color: #000033;
  color: #FFFFFF;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

a {
  color: #FFFF00;
}
A:link {
  color: #FFFF00;
}
A:visited {
  color: #DDDD00;
}
A:hover {
  color: #BB0000;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
}
h2 {
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}

div {
  background-color: #444477;
  border-style: solid;
  border-color: #8888FF;
  border-width: 1px;
  padding: 10px;
  text-align: left;
}

div.Fail {
  display: none;
}




/* OLD PAGE

span.New {
  color: #FF0000;
  font-weight: bold;
}

.Small {
  font-size: small;
}

.Smaller {
  font-size: x-small;
}

.Bigger {
  font-size: large;
}

.Indented {
  display: inline;
  margin-left: 20px;
}

img.Status {
  width: 15px;
  height: 10px;
}

*/