<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wysiwyg hr {
    color: #b0ff33;
    background-color: #335400;
}

.wysiwyg p {
    color: white;
    line-height: 130%;
    margin-bottom: 10px;
    text-align: justify;
}

.wysiwyg a {
    color: #90FF90 /*WYS* !important *WYS*/;
}

.wysiwyg a:hover {
    text-decoration: none;
}

.wysiwyg p.perex, .wysiwyg span.perex {
    color: #FFFFFF;
    font-size: 1.1em;
    min-height: 45px;
    font-weight: bold;
}

/* headlines */

.wysiwyg h1 {
    color: #b0ff33;
    font-size: 2.2em;
    font-weight: normal;
    margin-bottom: 20px;
}

.wysiwyg h2 {
    color: #b0ff33;
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 5px;
}

/* image */

.wysiwyg img {
    border: 1px #a2f027 solid;
}

.wysiwyg img.left {
    float: left;
    margin: 7px 10px 0px 5px;
}

.wysiwyg img.right {
    float: right;
    margin: 7px 0px 0px 10px;
}


/* table */

.wysiwyg table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

.wysiwyg table td, .wysiwyg table th {
    border-left: 1px #678A29 solid;
    border-right: 1px #678A29 solid;
    padding: 4px 10px;
    text-align: left;
}

.wysiwyg table.clean td, .wysiwyg table.clean th {
    border-left: none;
    border-right: none;
    padding: 4px 10px;
    text-align: left;
}


.wysiwyg table td {
    color: white;
}

.wysiwyg table th {
    border-left: 1px #678A29 solid;
    border-right: 1px #678A29 solid;
    color: white;
    font-weight: bold;
    background: #678A29;
}

.wysiwyg table.clean th {
    border-left: none;
    border-right: none;
    color: white;
    font-weight: bold;
    background: #678A29;
}

.wysiwyg table tr.odd {
}

.wysiwyg table tr.even {
    background: #101010;
}

.wysiwyg table tr.foot {
    background: #1D1D1D;
    font-weight: bold;
}

.wysiwyg table.invisible {
    border: none;
}

.wysiwyg table.invisible td, .wysiwyg table.invisible th {
    border: none;
}
</pre></body></html>