<html>
<head>
<title>Neue Formate</title>
<style type="text/css">
<!--
body { background-color:#FFFFCC;
     margin-left:10px;
     margin-right:200px;
     font-size:12pt;
     line-height:20pt;
     font-family:Arial, sans-serif;
     font-weight:bold;
     letter-spacing:0.3mm;
     word-spacing:1.2mm; }


td   { font-size:12pt;
      text-align:center;
      vertical-align:middle;
      line-height:20pt;
      font-family:Arial, sans-serif;
      font-weight:bold;
      letter-spacing:0.3mm;
      word-spacing:1.2mm; }

 a:link { text-decoration:underline; font-weight:bold; color:#0000FF; }
 a:visited { text-decoration:underline; font-weight:bold; color:#800080; }
 a:hover { text-decoration:underline; font-weight:bold; background-color:#FFFF00; }
 a:active { text-decoration:underline; font-weight:bold; background-color:#FF0080; }

-->
</style>
</head>
<body>
<h1>&Uuml;berschrift 1. Ordnung</h1>
<p>ein normaler Textabsatz</p>
<ul>
<p>Ein Listenpunkt</p>
<p>Ein anderer Listenpunkt</p>
</ul>
</body>
</html>
