.code-block {
    font-family : monospace ;
}
.line-num  {
    color : #808080;
    font-style: normal;
    font-weight: normal;
}
.block-cmt  {
    color : #3f7f5f;
    font-style: normal;
    font-weight: normal;
}
.line-cmt  {
    color : #3f7f5f;
    font-style: normal;
    font-weight: normal;
}
.keyword  {
    color : #7f0055;
    font-style: normal;
    font-weight: bold;
}
.string  {
    color : #2a00ff;
    font-style: normal;
    font-weight: normal;
}
.char  {
    color : #990000;
    font-style: normal;
    font-weight: normal;
}
.number  {
    color : #990000;
    font-style: normal;
    font-weight: normal;
}
.parenthesis  {
    color : #000000;
    font-style: normal;
    font-weight: normal;
}
.primitive-types  {
    color : #7f0055;
    font-style: normal;
    font-weight: bold;
}
.other  {
    color : #000000;
    font-style: normal;
    font-weight: normal;
}
.javadoc-keyword  {
    color : #7f9fbf;
    font-style: normal;
    font-weight: normal;
}
.javadoc-tag  {
    color : #7f7f9f;
    font-style: normal;
    font-weight: normal;
}
.javadoc-link  {
    color : #3f3fbf;
    font-style: normal;
    font-weight: normal;
}
.javadoc  {
    color : #3f5fbf;
    font-style: normal;
    font-weight: normal;
}
.undefined  {
    color : #ff6100;
    font-style: normal;
    font-weight: normal;
}
.annotation  {
    color : #646464;
    font-style: normal;
    font-weight: normal;
}
