@media all {
	body 
	{
		font-family:Arial,Helvetica,Verdana,sans-serif;
		font-size:small;
		color:rgb(0,0,0); 
		background-color:rgb(216,255,193);
		margin-left:1%;
		margin-right:1%;
		margin-top:0%;
		margin-bottom:0%;
	}

	h1 
	{ 
		font-size:x-large;
		text-decoration:none;
		text-weight:bold;
		page-break-after:avoid;
	}

	h2 
	{ 
		font-size:large; 
		margin-top: 50px;
		text-decoration:none;
		text-weight:bold;
		page-break-after:avoid;
	}

	h3 
	{ 
		font-size:medium;
		text-decoration:none;
		text-weight:bold;
		page-break-after:avoid;
	}

	h4 
	{ 
		font-size:small; 
		text-decoration:none;
		text-weight:none;
		page-break-after:avoid;
	}

	h5 
	{ 
		font-size:x-small;
		text-decoration:none;
		text-weight:none;
		page-break-after:avoid;
	}

	h6 
	{ 
		font-size:xx-small; 
		text-decoration:none;
		text-weight:none;
		page-break-after:avoid;
	}

	a:link {color: rgb(0,128,0)}
	a:visited {color: rgb(0,64,0)}
	a:hover {color: rgb(0,0,128); font-style:bold}

	p {text-align:justify}

	.navi
	{
		font-size:large;
		font-style:none;
	}

	.bigger
	{
		font-size:large;
	}

	.quelle
	{	
		font-size:x-small;
		font-style:normal;
		font-weight:normal;
	}

	.date
	{	
		font-size:x-small;
		font-style:normal;
		font-weight:normal;
	}

	.mark
	{	
		font-size:large;
		font-style:normal;
		font-weight:bold;
		color:rgb(0,0,128);
	}

	.path
	{	
		font-size:small;
		font-style:normal;
		font-weight:normal;
		color:rgb(0,0,128);
	}
}
                                      