html,body {
  background: #8c8451;
  color: #fff;
}
a { color: #bddeff; }
#body h1,
#body h2,
#body h3,
#body h4,
#body h5 { color: #444; }
#container {
  background: #ad8f57;
  color: #fff;
}
#header {
  background: #000;
  color: #fff;
}
#footer {
  background: #000;
  color: #fff;
}
#search input[type=text]:focus {
  background: #bddeff;
}
#body pre code {
  background: #666;
  color: #fff;
}
#body table {
  background: #ad9974;
}
#body table th {
  color: #000;
  border-bottom: solid 2px #000;
  vertical-align: bottom;
}
#body table tr {
  border-bottom: solid 1px #000;
}
#body table tr:nth-child(odd) { background-color: #ad9974; }
blockquote {
  background: #fdfdfd url(openquomark.gif) no-repeat left top;
  color: #000;
  border: solid 1px #ccc;
}
