body{
	background-color:#D1F0FF;
	font-family: Arial;
	font-size: 16 px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.H1
	{
	color:black;
	font-size:40 px;
	}
	
.H2
	{
	color:black;
	font-size:30 px;
	}

.fo
	{
	background-color:yellow;
	}
.fehlertext
	{
	font-size:10px;
	color:red
	}

.kopftext
	{ 
	color:black;
	font-family:Arial;
	font-weight:bold;
	font-size: 25 px;	
	}
.kopftext1
	{
	color: black;
	font-family: Arial;
	font-size: 15 px;	
	}
	
.navigation
	{	
		line-height:190%;
		font-weight:normal; 
		font-size: 15 px;	
		color: black;		
	}

a:link
	{ 	
		font-weight:normal;
		color: black;
		text-decoration:none; 
	}

a:focus
	{ 	
		font-weight:bold;
		color: black;
		text-decoration:none; 
	}

a:visited
	{ 	
		font-weight:normal;
		color: black;
		text-decoration:none; 
	}
a:hoover
	{ 	
		font-weight:normal;
		color: black;
		text-decoration:underline; 
	}
a:active 
	{ 	
		font-weight:bold;
		color: black;
		text-decoration:none; 
	}
	

