body {
    /* Generic Body Style */
    color: #cccccc;
    background-color: #000000
}

A:link, A:visited, A:active {
    /* Generic Link Style - Bold, No Underlining*/
    text-decoration: none;
    font-weight: bold
}

A:link, A:visited { 
    /* Non-Active Link */
    color: #ffffff
}

A:active { 
    /* Active Link */
    color: #ffff00
}

.regular {
    /* Regular Text - 14 Points */
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    text-align: justify;
    color: #cccccc;
    background-color: #000000;
}

.center {
    /* Regular Text - 14 Points */
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    /* line-height: 17px; */
    text-decoration: none;
    text-align: center;
    color: #cccccc;
    background-color: #000000;
}

.topmenu {
    /* Top Menu - 18 Pixel */
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    font-variant: small-caps;
    text-align: justify;
    color: #cccccc;
    background-color: #000000;
}

.header {
    /* Header - 24 Pixel */
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    font-variant: small-caps;
    text-align: justify;
    color: #cccccc;
    background-color: #000000;
}

.small {
    /* Small Text - 10 Points */
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    font-variant: normal;
    font-style: normal;
    text-decoration: none;
    text-align: right;
    color: #cccccc;
    background-color: #000000;
}

.underlined {
    /* Underlined Text */
    text-decoration: underline;
}

