html {
	height: 100%;
}

body {
	scrollbar-base-color : White;
	scrollbar-arrow-color : #007CFF;
	scrollbar-track-color: White;
	scrollbar-3dlight-color: #000066;
	background-color: #999999;
	text-align: center;
	height: 100%;
}
.schrift1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

	
}
.table {
	border: solid #990000;
	border-width:thin;
}



#super {
	width: 100%;
	height: 100%;

}
a:active {
	text-decoration: none;
	color: #66CCFF;
}

a:visited {
	text-decoration: none;
	color:	#000000;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}

a:link {
	text-decoration: none;
	color: #000000;
}
