body {
  background-color: #000;
  color: #fff;
  font-family: Sans-serif;
  font-size: 12pt;
  text-align: center;
  margin: 0;
  padding: 25px;
}
#header, #footer {
  background-color: #fff;
  color: #000;
  padding: 7px 27px;
  width: 700px;
  margin: auto;
  font-variant: small-caps;
  font-weight: bold;
  text-align: left;
}
#header {
  background: #fff url("../images/header_left.png") no-repeat;
  height: 20px;
}
#footer {
  background: #fff url("../images/footer_left.png") no-repeat;
  font-size: 10pt;
  height: 16px;
}
#content {
  background-color: #000;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  padding: 20px 22px;
  width: 700px;
  margin: auto;
}
#puzzle {
  border: 1px dashed #fff;
  margin-top: 10px;
}
#tip {
  display: none;
  font-size: 10pt;
  color: #aaa;
}
#header a:link, #header a:visited {
  text-decoration: underline;
  color: #000;
}
#header a:hover, #header a:active {
  color: #e53;
}
#content a:link, #content a:visited {
  text-decoration: none;
  color: #f85;
}
#content a:hover, #content a:active {
  text-decoration: underline;
  color: #e53;
}
h1 {
  font-size: 20pt;
}
h2 {
  font-size: 14pt;
  margin-top: 1.5em;
}
td img {
  border: 0;
}
table {
  margin: auto;
}
.puzzlelist {
  text-align: left;
  margin: auto;
  margin-bottom: 2em;
  width: 20em;
}