
  body { background: #000; color: #f80; font-family: sans-serif; font-size: 16pt; }

  header, nav, main, footer { max-width: 8.5in; box-sizing: border-box; margin: auto; }

  header { text-align: center; text-shadow: 1px 1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, -1px -1px 2px #000, 0 0 1em #f80; }

  nav { text-align: center; }

  main { background: #1a0a0a; padding: 1em 2em; box-shadow: 0 0 0.25em #1a0a0a; }

  footer { }

  h1 { font-family: 'Eater', display; font-size: 1.25em; margin: 0; padding: 0; }
  h2 { font-family: 'Eater', display; font-size: 1em; }

  p { }

  .indent { margin-left: 1.5em; }

  hr { border: 0.25em dotted #f80; }

  a:link { color: #fda; }
  a:visited { color: #ec9; }
  a:hover { color: #fee; }
  a:active { color: #fff; }

  header a:link, header a:visited { color: #f80; text-decoration: none; }
  header a:hover { color: #fda; }
  header a:active { color: #fee; }
