@import url("geometry.css");

body, td, th, p, br {
  background-color: #ff8888;
  color: #ffff88;
}

a:link, a:visited {
  color: #ff4444;
}
a.hidden {
  color: #ffff44;
  text-decoration: none;
  cursor: text;
}
a img {
  border: none;
}

h1, a.hidden {
  text-align: center;
}

/* basically, hide the footer stuff */
hr.footer, div.last-update {
  color: #ff8888;
}

td.titlebar {
  vertical-align: top;
}

a.hidden {
  text-align: center;
}
