BODY {
  font-family: arial, sans-serif;
  color: white;
  background: black;
}

h1 {
  font-size: 200%;
  color: #CCCCCC;
}

.body {
  font-size: 100%;
  margin: 0;
}

.clear {
  clear: both;
}

/* this looks nice, but necessitates scroll bars on my machine, without it
   no scroll bars are required and things go nicer...
.info_box {
  border: thin #333333 solid;
  padding: 1em;
}
*/

.info_heading {
  font-size: small;
  color: #999999;
}

.info_space {
  width: 1em;
}

.info_data {
  font-size: small;
  color: #666666;
}

.image {
  border: thin white solid;
}

.caption {
  font-style: italic;
  color: #CCCCCC;
}
