/* CSS Document */

	body {
		color:#000000;
		background-color:#F8FCD5;
		font-family:Arial, Helvetica, sans-serif; 
		}		
	
	h2 {
		font-size:18px; 
	}
	
	h3 { 
		font-size:16px
	}
	
	p {
		font-size:14px; 
	}
	
	a:link {
		color:#000000;
		text-decoration: underline;
	}
	a:visited {
		color:#000000;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: underline;
	}
	
	table {
	font-size:14px; 
	}
	
	.link-klein {
	font-size:9px
	}