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


    input,
    input[type="text"],
    textarea,
    select {
    color:#000000;
font-weight:700!important;
}

div#qTip {
        background-color:#9db6ae;
        padding: 8px;
        border: 0px solid #d7d5d2;
        display: none;
        color: #d7d5d2;
        font: 9px arial;
        text-align: center;
        position: absolute;
        z-index: 1000;
        text-shadow: #000000 1px 1px 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-opacity:.75;
        filter:alpha(opacity=75);
        opacity:.75;
}

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