HTML {
	width: 100%;
	height: 100%;
}

BODY {
	width: 100%;
	height: 100%;
	
	/* RANDABSTAND (TABELLEN) */
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-height: 0px;
	margin-width: 0px;
	
	font-family : Arial;
	color : #000000;
	background-color: #E0E0E0;
	
}
.h{
	font-size : 14pt;
	font-weight : bold;
	color: #465773;
}
.txt{
	font-size : 10pt;
}

.lnk a{
	font-size: 10pt;
	font-weight : bold;
	color: #465773;
	text-decoration: none;
}
.lnk a:hover{
	color: #CC0001;
}
