<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body  {
    margin: 0px 0px 0px;
    background: #000000;
    background-image: url();
    background-repeat: repeat-y;
    font-family: Verdana;
    font-size: 9pt;
    color: #FFC388;
    text-align: justify;
    font-weight:none;
}

p, table, tr, td  {
    font-family: Verdana;
    font-size: 9pt;
    color: #FFC388;
    text-align: left;
}

input, option, select, textarea  {
    border: 1px solid #772B2D;
    background: #772B2D;
    font-family: Verdana;
    font-weight:bold;
    font-size: 9pt;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color:#772B2D;
}

a:link {
    cursor: help;
    color: #772B2D;
    text-decoration: none;
    font-weight:bold;
}

a:active {
    cursor: help;
    color: #772B2D;
    text-decoration: none;
    font-weight:bold;
}

a:visited {
    cursor: help;
    color: #772B2D;
    text-decoration: none;
    font-weight:bold;
}

a:hover {
    cursor: help;
    color: #FFC388;
    border: 1px:
    text-decoration: strikethrough;
    font-weight: uppercase;
    background:#000000;
}</pre></body></html>