.spl .comments {
    color : firebrick;
}

.spl .keywords {
    color : #a020f0; /*purple;*/
}

.spl .constants {
    color : cadetblue;
}

.spl .functions {
    color : navy;
}

.spl .builtin {
    color : navy;
}

.spl .variables {
    color : goldenrod;
}

.spl .types {
    color : #6e8b3d;
}

.spl .specs {
    color : #8b008b;
}

.spl .brackets {
    color : black
}

pre {
    background-color: white;
    padding-left: 10px;
}