/* wicket orange: #eb5a0a */
      body {
        background-color: #707070;
        padding: 10px;
      }
      a {
        color: #eb5a0a;
      }
      a:visited {
        color: #6b2905;
      }
      #page {
        background-color: white;
        font-size: 80%;
        line-height: 110%;
        position:relative;
      }
      #menu {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 10%;
        padding: 10px;
        display: inline;
      }
      #menu li {
        margin-bottom: 5px;
      }
      #content {
        left: 10%;
        width: 90%;
        top: 0px;
        position: relative;
      }
      #header {
        color: white;
        background-color: #eb5a0a;
        font-size: 200%;
        padding: 10px;
      }
      #header a {
        color: white;
        text-decoration: none;
        font-family: inherit;
      }
      #header span {
        display: block;
        font-family: inherit;
        font-size: 50%;
        font-weight: normal;
      }
      #content div {
        padding: 10px;
        padding-bottom: 10px;
      }
      #content p {
        margin-bottom: 5px;
      }
      #authors {
        background-color: #707070;
        color: white;
        padding: 5px 10px 8px 10px;
        font-family: Verdana, sans-serif;
        font-size: 100%;
      }
      h1,h2,h3,h4,h5,h6 {
        font-family: Verdana, sans-serif;
      }
      h2 {
        margin-bottom: 5px;
      }
      #howtobuy {
        float: right;
        margin: 10px;
      }
      #howtobuy ul {
        margin-left: 5px;
      }
      #howtobuy li {
        margin: 5px;
      }
      #cover {
        float: right;
        margin-left: 10px;
      }
      code {
        font-family: monospace;
      }
      #content li {
        list-style-type: disc;
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
      }
