<html>
<head>
<title>Titel der Datei</title>
<style type="text/css">
<!--

h1 {
 font-size: x-large;
 text-decoration: underline;
 color: #008040;
 font-family: Arial;
 text-align: center;
}

h2 {
 font-size: large;
 text-decoration: bold;
 color: #000000;
 font-family: Arial;
 text-align: center;
}




body {

 font-family: Verdana;
 font-size: small;
 text-align: left;
 background: #C3C3FF;
}

p {
 font-family: sans-serif;
 font-size: small;
}

 a:link {color: #0000FF;}
 a:visited { color:#990000; }
 a:active { color:#0000FF; font-style:italic }


li,dd,dt,blockquote
{
color:blue;
font-family:Times;
font-size:medium;
}

#fettkursiv
{
font-weight:bold; font-style:italic;
}


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