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

body {
    background-color: #19233f;
}

a {
    color: #c5cde9;
}

a:hover {
    color: #ffffff;
}

.menu, .bm {
    background-color: #212c4b;
}

.itemtxt p span {
    border: solid 1px #6f7894;
}

.footer {
    background: #263150;
}

.item, .bb {
    border-bottom: solid 1px #212c4b;
}

.gmenu ul {
    background-color: #c5cde9;
}

.gmenu ul li {
    border-bottom: solid 1px #6f7894;
}

.gmenu a {
    color: #19233f;
}

.dir {
    border-top: solid 1px #212c4b;
}

.dir ul li {
    border-bottom: solid 1px #212c4b;
}

.con {
    color: #c5cde9;
    border: solid 1px #212c4b;
}

.prenext {
    border: solid 1px #212c4b;
}

.header span a.show {
    background-image: url(images/menu.png);
}

.header span.home a {
    background-image: url(images/home.png);
}

.header span a.close {
    background-image: url(images/close.png);
}
h2.op a {
    background-color: #212c4b;
    color: #c5cde9;
}</pre></body></html>