<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>

<head>
<title>StyleSheet für Formatierung der Inhaltsseiten</title>
<style type="text/css">
<!--
  a {
	font-family:Comic Sans MS;
	font-size:10pt;
	font-weight:normal;
	color:#244285;
	text-decoration:none;
  }
  a.footer {
	font-family:Comic Sans MS;
	font-size:9pt;
	font-weight:normal;
	color:#244285;
	text-decoration:none;
  }
  body {
	font-family:Comic Sans MS;
	font-size:10pt;
	font-weight:normal;
	margin-left:8;
	margin-right:8;
	color:black;
  }
  p {
	font-family:Comic Sans MS;
	font-size:10pt;
	font-weight:normal;
  }
  td {
	font-family:Comic Sans MS;
	font-size:10pt;
	font-weight:normal;
  }
  
  p.footer {
  	font-size:9pt;
	margin-left:8;
	margin-right:5;
	}
  
  b {font-weight:bold;}
  
  h1 {
	font-family:Comic Sans MS;
	font-size:17pt;
	font-weight:bold;
	color:black;
  }
  h2 {
	font-family:Comic Sans MS;
	font-size:14pt;
	font-weight:bold;
	color:black;
  }
  h3 {
	font-family:Comic Sans MS;
	font-size:12pt;
	font-weight:bold;
	color:black;
  }
  
  p.font9 {font-size:9pt;}
  p.font11 {font-size:11pt;}
  p.font12 {font-size:12pt;}
  p.font14 {font-size:14pt;}
  
  strong {font-weight:bold;}

  /* <span></span> Tag ist nur für Definition von StyleSheets gedacht, hat sonst keine Funktion. */

  span.u {dext-decoration:underline;}	/* unterstreicht den Text. Sollte statt <u></u> verwendet werden*/ 
  span.red {color:red;}					/* roter Text*/

//-->
</style>
</head>

<body bgcolor="white">
</body>
</html>
