<style type="meinStil">
   body     { color: black ; background: white ; 
              margin-left:  10% ;
              margin-right: 10% ; 
              font-size: 20em ; }
   em       { font-weight: bold ; }
   strong   { color: red ; }
   h1       { font-family: "Arial Black", "Arial", sans-serif ; }
   h2       { font-family: "Arial", sans-serif ; }
   h3       { font-family: "Arial", sans-serif ; font-weight: normal; }
   h4,p,ul  { font-family: "Arial", sans-serif ; font-weight: normal; }
   pre      { font-family: monospace ; }
   h1 { font-size: 300% ; }
   h2 { font-size: 200% ; }
   h3 { font-size: 150% ; }
   h4 { font-size: 100% ; }
   a:link    {color: blue ; text-decoration:none;}
   a:visited {color: gray ; text-decoration:none;}
   a:active  {color: "#FF7700" ; text-decoration:none;}
   a:hover   {color: red  ; text-decoration:none;}
</style>