<html>

<head>


<title>Stylesheet</title>

 <style type="text/css" media="all">

h1 {} /*leer lassen*/


 
h2 {
      font-size:22pt;
      font-weight:;
      font-family:Verdana;
      color:#CCCC33;
      margin-left:0;
} 

h3 {
	font-size:15pt;
	font-weight:;
	font-family:Verdana;
	margin-left:0;
	color:#FFFFFF;
}

h4 {
	font-size:11pt;
	font-weight:;
	font-family:Verdana;
	margin-left:0;
	color:#FFFFFF;
}


h5 {
	font-size:9pt;
	font-weight:bold;
	font-family:Verdana;
	margin-left:0;
	color:#FFFFFF;
}
 
p  {
	font-size:9pt;
	font-weight:;	
	font-family:Verdana;
	color: #FFFFFF;
}

body {
	background-image: url("bg_web.gif");
	font-size:9pt;
	font-weight:;	
	font-family:Verdana;	
	color: #FFFFFF;
	border-style: none;
	border-color: none;
}
 
       
a:link    {text-decoration:none; color: #FFCC66;}
a:visited {text-decoration:none; color: #FFCC66;}
a:active  {text-decoration:none; color: #FFCC66;}
a:hover   {text-decoration:none; color: #FF0000;}

</style>


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