<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    color: #666666;
    background-color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
}

html, body {
    width: 100%;
    height: 100%;
    /*margin-bottom: -1px;*/
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.fmbody {
    height: 100%;
    width: 100%;
    text-align: center;
}

.tableBorder {
    border: 1px solid #000000;
    width: 900px;
}

.flag {
    border: 1px solid #000000;
    margin: 0 5px -2px 5px;
}

.red {
    display: inline;
    color: #933;
    background-color: #FF6;
    font-weight: bold;
}

.notVisible {
    display: none;
}</pre></body></html>