<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link {
	color:#ffff00;
	text-decoration: none;
}
a:visited {
	color:#ffff80;
	text-decoration: none;
}
a:active {
	color:#ffff00;
	text-decoration: underline;
}
a:hover {
	color:#ffff00;
	text-decoration: underline;
}
a {
	color:#ffff00;
	text-decoration: none;
}

body {
	font-family: sans-serif;
	font-size: 10pt;
	color: #ffffff;
	background-color: black;
	background-image: url(../../../../../../bilder/Hintergrund_Main.jpg);
	background-repeat: repeat-y;
}

.big {
	font-size: 12pt;
}

.normal {
	font-size: 10pt;
}

.small {
	font-size: 8pt;
}

.tiny {
	font-size: 7pt;
}
</pre></body></html>