<html>
<head>
<title>Meine Formate</title>
<style type="text/css">
<!--
body { background-color:#FFFFCC;
     margin-left:10px; }
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; }
p  { font-size:10pt;
     color:#330033,
        line-height:14pt;
        font-family:Verdana, Arial, sans-serif;
        letter-spacing:0.2mm;
        word-spacing:0.8mm; }
li  { font-size:10pt;
      font-style:italic;
     color:#330033,
        line-height:14pt;
        font-family:Verdana, Arial, sans-serif;
        letter-spacing:0.2mm;
        word-spacing:0.8mm; }
b  { font-size:10pt;
     color:#330033,
        line-height:14pt;
        font-family:Verdana, Arial, sans-serif;
        font-weight:800;
        letter-spacing:0.2mm;
        word-spacing:0.8mm; }

td  { text-align:center; 
      vertical-align:middle;
        font-size:16pt;
        color:#330033,
        line-height:14pt;
        font-family:Verdana, Arial, sans-serif;
        font-weight:bold;
        letter-spacing:0.2mm;
        word-spacing:0.8mm; }


 a:link { text-decoration:none; font-weight:bold; color:#0000FF; }
 a:visited { text-decoration:none; font-weight:bold; color:#800080; }
 a:hover { text-decoration:none; font-weight:bold; background-color:#FFFF00; }
 a:active { text-decoration:none; 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>