
<style type="text/css">p {
    background-color : #ffffff;
    color : #000000;
    font-family : sans-serif;
    font-size : small;
    font-weight : normal;
    text-align : left;
  }

p.std {
  }

p.std_r {
    text-align:right;
  }

p.std_e1 {
    margin-left : 1cm;
  }

p.std_e15 {
    margin-left : 1.5cm;
  }

p.fett {
    font-weight : bold;
  }

p.klein {
    font-size:xx-small;
  }

p.h1 {
    font-size:xx-large;
    font-weight:bold;
  }

p.h1_r {
    font-size : xx-large;
    font-weight : bold;
    text-align : right;
  }

p.h2 {
    font-size:x-large;
    font-weight:bold;
  }

p.h3 {
    font-size:large;
    font-weight:bold;
  }
