<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #000000;
    color: #000000;
    height: 100%;
}

.txt-normal {
    font-size: 11px;
    color: #000000;
}

a.name:link {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a.name:visited {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a.name:hover {
    font-size: 24px;
    color: #00FF00;
    font-weight: bold;
    text-decoration: none;
}

.online {
    font-size: 14px;
    color: #00FF00;
    font-weight: bold;
}

.offline {
    font-size: 14px;
    color: #FF0000;
    font-weight: bold;
}

.info1 {
    font-size: 11px;
    color: #990000;
}

.infos {
    font-size: 11px;
    color: #000000;
}

.fliestxt {
    font-size: 11px;
    color: #FFFFFF;
}

.head1 {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.head2 {
    font-size: 14px;
    color: #CC0000;
    font-weight: bold;
}

.head3 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.button {
    font-size: 11px;
    color: #000000;
    width: 90px;
}

.trenner {
    color: #CC0000;
}

a.link1:link {
    text-decoration: underline;
    color: #000000;
}

a.link1:visited {
    text-decoration: underline;
    color: #000000;
}

a.link1:hover {
    text-decoration: underline;
    color: #00FF00;
}

a.link2:link {
    text-decoration: underline;
    color: #FFFFFF;
}

a.link2:visited {
    text-decoration: underline;
    color: #FFFFFF;
}

a.link2:hover {
    text-decoration: underline;
    color: #00FF00;
}

a.link3:link {
    font-size: 14px;
    text-decoration: underline;
    color: #00FF00;
    font-weight: bold;
}

a.link3:visited {
    font-size: 14px;
    text-decoration: underline;
    color: #00FF00;
    font-weight: bold;
}

a.link3:hover {
    font-size: 14px;
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bold;
}

</pre></body></html>