.syntax0 {
    color: #000000;
}

.syntax1 { /* comments */
    color: #008800;
    /* font-weight: bold; */
    font-style: italic; 
}

.syntax2 {
    color: #990033;
    font-style: italic;
}

.syntax3 { /* literal - string */
    color: #888888;
    font-weight: bold;
}

.syntax4 {
    color: #404040;
}

.syntax5 {
    color: #990033;
    font-weight: bold;
    font-style: italic;
}

.syntax6 { /* java keyword */
    /* color: #000000; */
    color: #0000FF;
    font-weight: bold;
}

.syntax7 {
    color: #660066;
    font-weight: bold;
}

.syntax8 { /* java primitive type */
    /* color: #000066; */
    font-weight: bold;
    color: #0000FF;
}

.syntax9 { /* method call - method name */
    color: #000066;
    font-weight: bold;
}

.syntax10 {
    color: #5e5e5e;
    font-weight: bold;
}

.syntax11 {
    color: #000000;
    /* font-weight: bold; */
}

.syntax12 {
    color: #666600;
}

.syntax13 {
    color: #ff0000;
}

.gutter {
    background: #ffffff;
    color: #000000;
}

.gutterH {
    background: #ffffff;
    color: #666699;
}

