.hl-default {
    color: Black;
    color: #fff;
    font-family: courier;
}
.hl-code {
    color: Gray;
    font-family: courier;
}
.hl-brackets {
    color: Olive;
    font-family: courier;
}
.hl-comment {
    color: Orange;
    font-family: courier;
}
.hl-quotes {
    color: #966;
    font-family: courier;
}
.hl-string {
    color: #966;
    font-family: courier;
}
.hl-identifier {
    color: #abc;
    font-family: courier;
}
.hl-builtin {
    color: Teal;
    font-family: courier;
}
.hl-reserved {
    color: #0f0;
    font-family: courier;
}
.hl-inlinedoc {
    color: #abc;
    font-family: courier;
}
.hl-var {
    color: #abcdef;
    font-family: courier;
}
.hl-url {
    color: #abc;
    font-family: courier;
}
.hl-special {
    color: #fcc;
    font-family: courier;
}
.hl-number {
    color: Maroon;
    font-family: courier;
}
.hl-inlinetags {
    color: #f99;
    font-weight: bold;
    font-family: courier;
}
.hl-main {
    font-family: courier;
}
.hl-gutter {
    background-color: #999999;
    color: White
}
.hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px Lightgrey;
}
