<html>
<head>
<title>Neue Formate</title>
<style type="text/css">
<!--
body { background-color:#FFFFCC;
     margin-left:10px;
     margin-right:200px; }
h1 { font-size:32pt;
     color:#990033;
     font-style:normal;
     border-bottom:solid thin black; }
h2 { font-size:16pt;
     color:#990033;
     font-family:Verdana, Arial, sans-serif;
     font-style:normal; }

h5 { font-size:12pt;
     text-align:center;
     color:#FF1414;
     font-weight:bold; }

p { font-size:12pt;
      text-align:center;
      line-height:20pt;
      font-family:Arial, sans-serif;
      font-weight:800;
      letter-spacing:0.1mm;
      word-spacing:1.5mm; }

ul { font-size:10pt;
      text-align:left;
      line-height:20pt;
      font-family:Arial, sans-serif;
      font-weight:800;
      letter-spacing:0.1mm;
      word-spacing:1.5mm; }

b  { font-size:10pt;
     color:#330033,
        line-height:14pt;
        font-family:Verdana, Arial, sans-serif;
        font-weight:800;
        letter-spacing:0.1mm;
        word-spacing:1.5mm; }

 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>