div.syntax .hll { background-color: #ffffcc }
div.syntax  { background: #c5c5c5; margin: 2px; }
div.syntax .c { color: #008800; font-style: italic } /* Comment */
div.syntax .err { color: #a61717; background-color: #e3d2d2 } /* Error */
div.syntax .k { color: #000080; font-weight: bold } /* Keyword */
div.syntax .cm { color: #008800; font-style: italic } /* Comment.Multiline */
div.syntax .cp { color: #008080 } /* Comment.Preproc */
div.syntax .c1 { color: #008800; font-style: italic } /* Comment.Single */
div.syntax .cs { color: #008800; font-weight: bold } /* Comment.Special */
div.syntax .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
div.syntax .ge { font-style: italic } /* Generic.Emph */
div.syntax .gr { color: #aa0000 } /* Generic.Error */
div.syntax .gh { color: #999999 } /* Generic.Heading */
div.syntax .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
div.syntax .go { color: #888888 } /* Generic.Output */
div.syntax .gp { color: #555555 } /* Generic.Prompt */
div.syntax .gs { font-weight: bold } /* Generic.Strong */
div.syntax .gu { color: #aaaaaa } /* Generic.Subheading */
div.syntax .gt { color: #aa0000 } /* Generic.Traceback */
div.syntax .kc { color: #000080; font-weight: bold } /* Keyword.Constant */
div.syntax .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
div.syntax .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
div.syntax .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
div.syntax .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
div.syntax .kt { color: #000080; font-weight: bold } /* Keyword.Type */
div.syntax .m { color: #0000FF } /* Literal.Number */
div.syntax .s { color: #0000FF } /* Literal.String */
div.syntax .na { color: #FF0000 } /* Name.Attribute */
div.syntax .nt { color: #000080; font-weight: bold } /* Name.Tag */
div.syntax .ow { font-weight: bold } /* Operator.Word */
div.syntax .w { color: #bbbbbb } /* Text.Whitespace */
div.syntax .mf { color: #0000FF } /* Literal.Number.Float */
div.syntax .mh { color: #0000FF } /* Literal.Number.Hex */
div.syntax .mi { color: #0000FF } /* Literal.Number.Integer */
div.syntax .mo { color: #0000FF } /* Literal.Number.Oct */
div.syntax .sb { color: #0000FF } /* Literal.String.Backtick */
div.syntax .sc { color: #800080 } /* Literal.String.Char */
div.syntax .sd { color: #0000FF } /* Literal.String.Doc */
div.syntax .s2 { color: #0000FF } /* Literal.String.Double */
div.syntax .se { color: #0000FF } /* Literal.String.Escape */
div.syntax .sh { color: #0000FF } /* Literal.String.Heredoc */
div.syntax .si { color: #0000FF } /* Literal.String.Interpol */
div.syntax .sx { color: #0000FF } /* Literal.String.Other */
div.syntax .sr { color: #0000FF } /* Literal.String.Regex */
div.syntax .s1 { color: #0000FF } /* Literal.String.Single */
div.syntax .ss { color: #0000FF } /* Literal.String.Symbol */
div.syntax .il { color: #0000FF } /* Literal.Number.Integer.Long */