<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text {
color : #ffffff;
font-family : arial, sans serif;
font-weight : bold;
font-size : 12px;
z-index : 2;
}

.ueberschrift {
color : #ffffff;
font-family : arial, sans serif;
font-weight : bold;
font-size : 14px;
z-index : 2;
}

.textlinks {
font-color : #990000;
font-family : arial, sans serif;
font-weight : bold;
font-size : 14px;
z-index : 2;
}

.ueberschriftlinks {
color : #ffffff;
font-family : arial, sans serif;
font-weight : bold;
font-size : 18px;
z-index : 2;

}

.textklein {
color : #ffffff;
font-family : arial, sans serif;
font-weight : bold;
font-size : 14px;
text-align : right;
width : 200px;
z-index : 4;
position : relative;
left : 75%;
top : 30px;
}


a:active{
font-family : arial, sans serif;
color:#660000;
font-weight:bold;
text-decoration:none;
font-size : 14px;
}
a:visited{
font-family : arial, sans serif;
color : #660000;
font-weight : bold;
text-decoration : none;
font-size : 14px;
}
a:link{
font-family : arial, sans serif;
color : #660000;
font-weight : bold;
text-decoration : none;
font-size : 14px;
}
</pre></body></html>