BODY {	
	margin-top: 3%;
	margin-left: 5%;
	margin-right: 8%;
	font-size: 12px;
	line-height: 16px;
	font-family: Geneva, Verdana, sans-serif;
	color: #000000;
	background-color: #CCCCFF;
}

P {	
	margin-top: 3%;
	margin-left: 2%;
	margin-right: 10%;
}

.impressum {	
	color: gray;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
}

TH {	
	background-color: silver;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

TD {	
	background-color: white;
	font-size: 10px;
	line-height: 14px;
}

.titel {
	font-family: Verdana, sans-serif;
	font-size: 40px;
	line-height: 45px;	
	background-color: white;
}

.woerterbuch {
	margin-left: 20%;
	font-family: "Times New Roman", serif;
	font-size: 12px;
	line-height: 16px;	
	background-color: silver;
}

A:link { color: #CC0033 }  /* for unvisited links */
A:visited { color: #CC0033 } /* for visited links */
A:active { color: #CC0033 } /* when link is clicked */
A:hover { color: #000000; outline: solid #CC0033 }
