H1, H2, H3, H4, H5 {font-family: Arial; sans-serif;}
H1   {
        font-size: 20pt;
        font-weight: bold;
        font-style: normal;
        color: black;
        }
H2   {
        font-size: 14pt;
        font-weight: bold;
        font-style: normal;
        color: black;
         }
H3   {
        font-size: 14pt;
        font-weight: normal;
        font-style: normal;
        color: black;
        }
H4   {
        font-size: 12pt;
        font-weight: bold;
        font-style: normal;
        color: black;
        }
H5   {
         font-size: 12pt;
        font-weight: normal;
        font-style: italic;
        color: black;
         }
p      {
        font-family:Arial, sans-serif;
        font-size: 12pt;
        font-weight: normal;
        font-style: normal;
        color: black;
        }

.body { background-color:#ADD8E6
          }

.fett {font-weight: bold}

.kursiv {font-style: italic}

.fettkursiv {font-weight: bold; font-style: italic;}

.normal {font-weight: normal}

div.kaltage{font-family:Arial, sans-serif;
        font-size: 12pt;
        font-weight: normal;
        font-style: normal;
        color: black;}

div.Namensliste{font-family:Arial, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        font-style: normal;
        color: black;}

span.Pkursiv{font-family:Arial, sans-serif;
        font-size: 12pt;
        font-weight: normal;
        font-style: italic;
        color: black;}

span.fettext{font-family:Arial, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        font-style: normal;
        color: black;}

a {color:black;
     text-decoration:none
   }

a:hover {color:#FF7F50;
              }
