
  BODY {															
         font-family : Arial;
         font-size : 12pt;
         color : #D72B00;
         background : #FFFFFF;
         margin-left : 25pt;
         margin-right : 25pt;
         letter-spacing : 2pt;
         margin-top : 22pt;
         line-height : 21pt
}

  P {														/*Paragraph*/
         text-align : 
}
  

a:link { text-decoration:none; font-weight:bold; color:#D72B00; }
a:visited { text-decoration:none; font-weight:bold; color:#660099; }
a:hover { text-decoration:none; font-weight:bold; background-color:#E6E6E6; }
a:active { text-decoration:none; font-weight:bold; background-color:#E6E6E6; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }



  H1 {													/*Überschrift */
         font-family : Verdana;
         font-size : 22pt;
         color : #008900
}

  LI {															
		list-style-type:none							/*Lists-style-type = disc, circle, decimal, lower-roman*/
         font-weight : bold;
         font-style : normal;
         color : #D72B00;
         margin-bottom : -4pt
</style>
