body, p, table, td {
    font-family: arial,sans-serif;
    font-size: 13px; color: #F1F1F1;
    /*
    Changing the scroll bar color? That was so 2004...
    scrollbar-base-color: #4167B0;
    scrollbar-arrow-color: #193A77;
    */
}

h1 {
    font-size: 20px;
    font-weight: normal;
    color: #F1F1F1; margin-bottom: -3px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    color: #F1F1F1; margin-bottom: -3px;
}

th {
    text-align: left;
}

a:link {
    color: #C0C0C0;
}
a:visited {
    color: #C0C0C0;
}
a:active {
    color: #C0C0C0;
}
a:hover {
    color: #C0C0C0;
}

form {
    margin: 0px;
    padding: 0px;
}

input, textarea, select {
    color : #000000;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border-color : #000000;
    border-width: 1px 1px 1px 1px;
}

input.post, textarea.post, select {
    background-color : #FFFFFF;
}

input.button {
    background-color : #EFEFEF;
    color : #000000;
    font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.store {
    border-color: #193A77;
    border-width: 0px 0px 0px 0px;
}

.datetime {
    font-size: 12px;
}
.heading {
    font-size: 15px; font-weight: bold
}
.expand {
    font-weight: bold; cursor: pointer; cursor: hand;
}
.toplevel {
    list-style: none; padding-left: 0px; margin: 10px 0px 0px 0px;
}
.collapse {
    list-style: none; margin-left: 2em; padding-left: 0px;
}
.indentonce {
    padding-left: 12px;
}
.indenttwice {
    padding-left: 24px;
}
.underlined {
    font-size: 22px;
    font-weight: normal;
    color: #F1F1F1; margin-bottom: -3px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-color: #F1F1F1;
}

.yellow {
    color: #FFFC00;
}

/* Tagboard */

.cjfont {
            font-family: verdana;
            color: DDDDCC;
            font-size: 8pt;
 }

A:link.cjfont       {
                        text-decoration: none;
                        color: #C0C0C0;
                        }

A:visited.cjfont    {
                        text-decoration: none;
                        color: #C0C0C0;
                        }

A:hover.cjfont  {
                        text-decoration: bold;
                        color: #C0C0C0;
                        }

.cjmsg  {
            border: 1px solid #193A77;
            background: 4167B0;
            color: #000000;
            font-family: verdana;
            font-size: 8pt;
            scrollbar-base-color: #4167B0;
            scrollbar-arrow-color: #193A77;
            }

