
/** generic styles **/

:LINK {
        color : #FFCC00;
        text-decoration : underline;
}

A:ACTIVE {
        color : #FFCC00;
        text-decoration : underline;
}

A:VISITED {
        color : #FFCC00;
        text-decoration : underline;
}

BODY      {
        font-family : helvetica, sans-serif;
        font-size: 12px;
        color : #FFCC00;
        font-weight : normal;
        font-style : normal;
        background-color : #000000;
}

.user   {
        font-family : helvetica, sans-serif;
        font-size: 12px;
        color : #FFCC00;
        font-weight : normal;
        font-style : normal;
        padding: 4 4 2 4;
}
.odde   {
        font-family : helvetica, sans-serif;
        font-size: 12px;
        color : #FFCC00;
        font-weight : normal;
        font-style : normal;
        padding: 4 4 2 4;
        background-color : #000000;
}
.even   {
        font-family : helvetica, sans-serif;
        font-size: 12px;
        color : #FFCC00;
        font-weight : normal;
        font-style : normal;
        padding: 4 4 2 4;
}
H1 { font-family: helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        color : #FFCC00;
}

H2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 80%;
        font-weight: bold;
        color : #FFCC00;
}
H3 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 70%;
        font-weight: bold;
        color : #FFCC00;
}

H4 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 60%;
        font-weight: bold;
        color : #FFCC00;
}

H5 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 50%;
        font-weight: bold;
        color : #FFCC00;
}

H6 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 40%;
        font-weight: bold;
        color : #FFCC00;
}

