.big { font-size: 6em; }
.text { font-size: 2em; }
.teeny { font-size: 0.75em; }
.fakehidden { color: black; }
.regular {
  color: #eeeeff;
  font-style: italic;
}
.border { border: 1px dashed red; }
* { margin: 0; }
html { height: 100%; }
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2em;
}
#push { height: 2em; }
body {
  background-color: black;
  font-family: serif;
  color: #eeeeff;
  font-style: italic;
  font-size: 2em;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
a:link {
  color: #eeeeff;
  font-style: italic;
}
a:visited {
  color: #eeeeff;
  font-style: italic;
}
a:hover {
  color: #eeeeff;
  font-style: italic;
}
a:active {
  color: #eeeeff;
  font-style: italic;
}
#title { font-size: 6em; }
#content {
  width: 605px;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  height: 2em;
  font-size: 0.75em;
}
a.fakehidden:link { color: black; }
a.fakehidden:visited { color: black; }
a.fakehidden:hover { color: black; }
a.fakehidden:active { color: black; }