    html, body {
      background-color: #fff;
      font-size: 1em;
      background: #226D36 url(blomstereng-seamless.jpg) top repeat;
    }
    div.book {
      width: 500px;
      background-color: #fff;
      margin: 0 auto;
      padding: 50px 50px;
      margin: 6em auto;
      padding: 0.5em 1em;
      border: 5px double #888;
      width: 600px;
      background-color: #E4FB99;
  	  color: #000;
  	  font-family: "Times New Roman";
      font-size: 14pt;
    }
    h1 {
      text-align: center;
      color: red;
      font-style: italic;
      font-size: 1.8em;
      margin: 1em 0;
    }
    h2 {
      text-align: center;
      color: blue;
      font-style: italic;
      font-size: 1.2em;
    }
    h3 {
      text-align: center;
      color: black;
      font-style: italic;
      font-size: 1.2em;
      font-weight: normal;
    }
    p {
      margin: 0.5em 0;
      text-indent:25px;
    }
    h1.key, h2.key, h3.key, p.key {
      display: none;
    }
