BODY, TD, TH {
  background-color: #000;
  color: #cff;
  font-size: 16px;
  font-family: sans-serif;
  text-align: left;
  background-repeat: repeat;
  background-attachment: fixed;
}
TH {
  background: #aaa;
}
TD TABLE TR TD {
  background: #555;
}
H1 {
  font-size: 20px;
  text-align: center;
}
A {
  text-decoration: none;
}
A:link {
  color: #3cf;
}
A:visited {
  color: #3ef;
}
A:active {
  color: #33f;
}
#dateStamp {
  font-size: 11px;
  text-align: center;
}
#title {
  text-align: center;
  font-size: 48px;
  font-family: 'stucco 555', sans-serif;
}
DIV {
  margin: auto;
}

/*P {
  text-indent: 1em;
  margin: 0;
}
*/