<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>Onfoot CSS</title>
<meta name="author" content="Alexander Kayser">

<style type="text/css">
        h1
        {font-family: Arial;
         font-size: x-large;
         font-weight: bold;
         font-style: italic;
         text-align: left;
         color: #000000;}

        h2
        { font-family: Arial;
         font-size: 18pt;
         font-weight: bold;
         text-align: center;
         color: #800000;}

        p.standard
        {font-family: Arial;
         font-size: 10pt}

        p.klein
        {font-family: Arial;
         font-size: 10pt;
         text-align: justify;
         color: #000000}

        p.mini
        {font-family: Arial;
        font-size: 8pt}

        p.fett
        {font-family: Arial;
         font-size: 10pt;
         font-weight: bold}

        p.rot
        {font-family: Arial;
        font-size: 10pt;
        font-weight: bold;
        color: #C00000}

        p.gross
        {font-family: Arial;
         font-size: 14pt;}

        strong.center
        {font-family: Arial;
         font-size: 16pt;
         font-weight: bold}

        blockquote
        {font-family: Arial;
         font-size: 10pt;
         text-align: justify}

        ul
        {font-family: Arial;
         font-size: 10pt;
         text-align: left}

        li
        {font-family: Arial;
         font-size: 10pt;
         text-align: left}

        </style>
</head>
<body>
</body>
</html>