@charset "ISO-8859-1";
<style type="text/css">
<!--
/* CSS Style-Sheet-Specifications       */
/* created with (X)HTML-Format */


//-->
a		{
		text-decoration: none;
		font-weight: bold;
		}
a:link		{
		color: #000080;
		text-decoration: none;
		}
a:visited	{
		color: #000040;
		text-decoration: none;
		}
a:hover		{
		color: #000000;
		text-decoration: none;
		}
a:active 	{
		color: #000000;
		text-decoration: none;
		}
		
div		{
		margin-left: 3%;
		margin-right: 3%;
		}
h1	{
		font-size: 3em;
		color: blue;
		}
h2	{
		font-size: 2em;
		}
h1.kopf	{
		font-size: 1.5em;
		color: #000000;
		margin: 0;
		}
h1.bilder	{
		font-family: "Comic Sans MS",Arial;
		font-size: 3em;
		color: #0000FF;
		margin: 0;
		}
p	{
		font-size: 1.2em;
		color: #000000;
		}
ul	{
		list-style-type:disc;
		color: #0000ff;
		font-size: 1.5em;
		}
		
</style>
