body {
	background-color: #000000;
	margin-left: 50px;
	margin-top: 60px;
}
a:link {
	color: #00CCFF;
	text-decoration: underline;
}
a:visited {
	color: #00CCFF;
	text-decoration: underline;
}
a:hover {
	color: #FF5BFF;
	text-decoration: underline;
}
a:active {
	color: #00CCFF;
	text-decoration: underline;
}
body,td,th {
	color: #ADADAD;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
h3 {
	color: #00CCFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #ADADAD;
	padding-top: 20px;
	text-decoration: underline;
}
p {
	width: 600px;
	text-align: justify;
	position: static;
}
.naechsteseite {
	text-align: right;
	position: relative;
}

.p2 {
	position: static;
	margin-left: 100px;
	margin-top: 20px;
	color: #FF5BFF;
}

.pimpressum {
	font-size: 0.85em;
	height: 130px;
	width: 220px;
	border: 1px solid #00CCFF;
	padding: 20px;
}
