body {
    background-color: #FFFFFF;
    color: #000000;
    margin-top: 3px;
    font-size: 0.8em;
    font-family: Helvetica, Arial, sans-serif;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: black;
        color: white;
    }
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #4F8298;
}

a:hover,
a:active,
a:focus {
    color: #FF9933;
}

input {
    color: #000000;
    font: bold 12px 'trebuchet ms', helvetica, sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #FF9933;
    height: 20px;
}

.center {
    text-align: center;
}

.title {
    font-weight: bold;
    font-size: 16px;
}