html {
  background: url('/img/water.gif') bottom repeat-x fixed, linear-gradient(#ff99ff,#fee399) fixed;
  padding-bottom:32px;
}
body {
  background-color: #ffddff;
  color: #613a61;
  font-size: 10pt;
  max-width: 500px;
  margin: 20px auto;
  padding: 1px 15px;
  box-shadow: 0px 0px 10px #cc66cc;
  font-family: Cambria, Georgia, Garamond, serif;
}
a {
  color: #33337f;
}
a:visited {
  color: #613a61;
}
body > h1:first-of-type {
  background-color: #613a61;
  color: #ffddff;
  padding: 10px;
  padding-top: calc(1em + 10px);
  font-style: italic;
  text-shadow: 0px 0px 2px #ffddff;
  font-family: monospace;
}
hr {
  border: dotted 2px #613a61;
}