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

a:hover {
	color: #990000;
	text-decoration: underline;
}

body {
	background-color: #FAFAFA;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.menu {
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
}

.content {
	font-size: 10pt;
}

.titel {
	font-size: 24pt;
	font-weight: bold;
	padding-top: 15px;
}</pre></body></html>