body {
    scrollbar-3dlight-color: #00FF00;
    /* scrollbar-arrow-color: ; */
    /* scrollbar-base-color: ; */
    scrollbar-track-color: #221100;
    scrollbar-face-color: #00CCFF;
    scrollbar-highlight-color: #0000FF;
    scrollbar-shadow-color: #0000FF;
    color: #0000FF;
    font-size: 12px;
    font-family: comic sans ms;
    font-heading: comic sans ms;
}


* {
    color: white;
}

textarea {
    color: black;
}

body {
    background-color: #000000;
}


/* TYPOGRAPHY */

a {
    color: #000000;
    cursor: url(/images/cursor.cur) 4 0, url(/images/cursor.png) 4 0, auto;
}

a:link,
a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.main a:link,
.main a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

a:hover {
    color: #00FFFF;
    text-decoration: underline;
}

a:active {
    color: #FFFFFF;
    text-decoration: none;
}

body,
td,
th {
    font-family: Times New Roman, Times, serif;
}

a {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.center {
    text-align: center;
}

.txt-green,
.green {
    color: #00FF00;
}

.red {
    color: red;
}

h1,
h2,
.h2,
h1 *,
h2 * {
    font-family: "Comic Sans MS";
    font-family: sans-serif;
    color: #00FF00 !important;
    font-weight: bold;
    margin-top: 6px;
}


/* LAYOUT */

.main {
    padding: 4px;
}

.disclaimer {
    color: white;
    font-size: 12px;
    margin: 5px 0;
}