
BODY {
  background:#FFF8F0; /*(altweiss) Hintergrundfarbe*/
  color: #008000;       /*Schriftfarbe (Vordergrund)*/
  margin: 0px;
  padding:20px;
}

p {
  font-family:tahoma,arial,sans-serif;
  font-weight:bold;
  font-size:11pt;
  line-height:14pt;
  text-align: justify;
}

img {
  margin-left:10px;
  margin-right:10px;
  margin-top:20px;
  margin-bottom:20px;
  border: #008000 2;

}

h2{
  margin-top: 20px;      /*Abstand der Ueberschrift vom oberen Rand*/
  margin-bottom: 10px;   /*Abstand der Ueberschrift zum folgenden Text*/
}


A {                     /*ein Link wird blau und unterstrichen dargestellt*/
  color: #006699;
  text-decoration: underline;
}
A:under {
  color: #000000;
  text-decoration: underline;
}
A:hover {               /*ändert die Farbe auf rot, wenn die Maus auf den Link kommt*/
  color: #C00000;
  text-decoration: underline;
}