/* DATEI: screen.css */

/* Style Sheet Definitionen für www.reiki-niebuell.de */
/* Autor: Frank Doerr/Wolke23 */

body {
  margin : 10px 200px 10px 200px;
  background-color : #F5F5DC;
  color : #000000;
      }
p, h1, h2, h3, h4, div, td, th, b, i {
  font-family : Garamond, Times, serif;
      }
h1 {
  font-size : 20px;
  font-weight : bold;
  color : #9ACD32;
  background-color : #F5F5DC;
      }
h2 {
  font-size : 18px;
  font-weight : bold;
  color : #9ACD32;
  background-color : #F5F5DC;
      }
h4 {
  font-size : 16px;
  font-weight : bold;
  color : #9ACD32;
  background-color : #F5F5DC;
      }
p, ul, ol, li, div, td, th, b, i {
  font-size : 16px;
  color : #A0522D;
  background-color : #F5F5DC;
      }
.min {
  font-size : 12px;
      }
a:link {
  color : #A0522D;
  text-decoration : underline;
      }
a:visited {
  color : #A0522D;
  text-decoration : underline;
      }
a:active {
  color : #9ACD32;
  text-decoration : underline;
      }
a:hover {
  color : #9ACD32;
  text-decoration : none;
      }