body {
  margin: 0;
  padding: 0;
  font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #9b9e99;
  background: #060c00; }
  body a, body a:link, body a:visited {
    text-decoration: underline;
    color: white; }
    body a:hover, body a:link:hover, body a:visited:hover {
      text-decoration: none; }
    body a:active, body a:link:active, body a:visited:active {
      color: #8ece0f; }
    body a:focus, body a:link:focus, body a:visited:focus {
      outline: none; }
  body h1 {
    margin: 18px 0 18px 0;
    padding: 0 0 18px 0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid;
    border-bottom-color: #cdcecc; }
    body h1 em {
      display: block;
      font-size: 24px;
      font-style: normal;
      color: white; }
  body p {
    margin: 0 0 18px 0; }
  body ul {
    margin: 0 0 18px 0;
    padding: 0; }
    body ul li {
      margin: 0 0 9px 0;
      padding: 0; }
  body form {
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    text-align: center;
    border-bottom: 1px solid;
    border-bottom-color: #383d33; }
    body form label {
      display: block;
      margin: 0 0 5px 0;
      color: white; }
    body form input {
      padding: 4px 10px 5px 10px;
      width: 200px;
      font-size: 18px;
      color: white;
      background: #393f33;
      border: 1px inset #6c7266; }
    body form button {
      padding: 4px 10px 5px 10px;
      width: 100px;
      font-size: 18px;
      font-weight: bold;
      background: #8ece0f;
      border: 1px outset #f4ff75; }
  body table {
    margin: -18px 0 18px 0;
    border-collapse: collapse;
    border-bottom: 1px solid;
    border-bottom-color: #383d33; }
    body table td, body table th {
      width: 80%;
      padding: 9px 0 9px 0;
      border-bottom: 1px solid;
      border-bottom-color: #383d33; }
    body table .count {
      width: 20%;
      text-align: center; }
    body table tr:last-child td {
      border: none; }
  body div#page {
    width: 400px;
    margin: 0 auto;
    text-align: left; }
    body div#page p.home {
      padding: 5px 0 3px 0;
      border-bottom: 1px solid;
      border-bottom-color: #383d33; }
      body div#page p.home a {
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        color: #b5b7b3; }
        body div#page p.home a:hover {
          text-decoration: underline;
          color: white; }
    body div#page div#footer p {
      padding-top: 18px;
      font-size: 16px;
      text-align: center;
      border-top: 1px solid;
      border-top-color: #cdcecc; }

