    /*
    ** HTML tag styles
    */
BODY {
    background: #6600CC;
    color: #CCCCCC;
}

TD {
    color: #CCCCCC;
}

H1 {
    color: #FFCC66;
}

CODE {
    font-family: monospace;
    font-weight: bold;
}

DT, EM {
    font-style: italic;
    font-weight: bold;
}

    /*
    ** class styles
    */
.filename {
    font-family: monospace;
    font-weight: bold;
    color: #FFFFCC;
}
.constant {
    font-family: monospace;
    font-weight: bolder;
}
.specifier {
    font-family: monospace;
    font-style: italic;
    font-weight: bold;
}
.function {
    font-family: monospace;
    font-weight: bold;
}
.variable {
    font-family: monospace;
    font-weight: bold;
}
.floatleft {
    padding: 1em 1em 0em 1em;
    display: block;
    float: left;
}
.floatright {
    padding: 1em 1em 0em 1em;
    display: block;
    float: right;
}

.codeblock {
    margin-left: 10mm;
    margin-right: 10mm;
    border-style: solid;
    border-width: 1px;
    background-color: #333333;
    padding: 4mm;
    font-family: monospace;
    white-space: pre;
}

.warning {
    font-weight: bolder;
    color: #FFFFCC;
}

    /*
    ** HTML link styles
    */
:link {
    color: #FF9933;
}
:active {
    color: #FF6633;
}
:visited {
    color: #CC9933;
}
