<style type="text/css">
  * {
      color:black;
      background-color: white;
      background-image: none;
  }
  
  @page {
    size: 8.5in 11in;
    margin: 10%;

	@top-left {
      content: "http://archiv.kwd-online.de";
      font: 8pt Georgia, "Times New Roman", serif;              
    }
    @top-right {
      content: "KWD-SHK Archiv, All rights reserved. Copyright KWD 2009";
      font: 8pt Georgia, "Times New Roman", serif;              
    }
    @bottom-left {
      content: "<%= german_time(Time.now) %> " ;
      font: 8pt Georgia, "Times New Roman", serif;              
    }
    @bottom-right {
      content: "Seite " counter(page) " von " counter(pages);
      font: 8pt Georgia, "Times New Roman", serif;              
    }
  }

  .screen {
      display: none;
  }

  a {text-decoration:none;}

  img {border:0; padding: 4px; margin: 5px 10px 5px 10px;}

  h1 {font-family: Georgia, "Times New Roman", serif; font-size: 13pt;}

	p {margin: 1em 0; text-align: justify; font-family: Arial; serif; font-size: 11pt;}
</style>

