.pythoncode .hll { background-color: #ffffcc }
.pythoncode  { background: #f8f8f8; }
.pythoncode .c { color: #408080; font-style: italic } /* Comment */
.pythoncode .err { border: 1px solid #FF0000 } /* Error */
.pythoncode .k { color: #008000; font-weight: bold } /* Keyword */
.pythoncode .o { color: #666666 } /* Operator */
.pythoncode .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.pythoncode .cp { color: #BC7A00 } /* Comment.Preproc */
.pythoncode .c1 { color: #408080; font-style: italic } /* Comment.Single */
.pythoncode .cs { color: #408080; font-style: italic } /* Comment.Special */
.pythoncode .gd { color: #A00000 } /* Generic.Deleted */
.pythoncode .ge { font-style: italic } /* Generic.Emph */
.pythoncode .gr { color: #FF0000 } /* Generic.Error */
.pythoncode .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.pythoncode .gi { color: #00A000 } /* Generic.Inserted */
.pythoncode .go { color: #808080 } /* Generic.Output */
.pythoncode .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.pythoncode .gs { font-weight: bold } /* Generic.Strong */
.pythoncode .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.pythoncode .gt { color: #0040D0 } /* Generic.Traceback */
.pythoncode .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.pythoncode .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.pythoncode .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.pythoncode .kp { color: #008000 } /* Keyword.Pseudo */
.pythoncode .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.pythoncode .kt { color: #B00040 } /* Keyword.Type */
.pythoncode .m { color: #666666 } /* Literal.Number */
.pythoncode .s { color: #BA2121 } /* Literal.String */
.pythoncode .na { color: #7D9029 } /* Name.Attribute */
.pythoncode .nb { color: #008000 } /* Name.Builtin */
.pythoncode .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.pythoncode .no { color: #880000 } /* Name.Constant */
.pythoncode .nd { color: #AA22FF } /* Name.Decorator */
.pythoncode .ni { color: #999999; font-weight: bold } /* Name.Entity */
.pythoncode .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.pythoncode .nf { color: #0000FF } /* Name.Function */
.pythoncode .nl { color: #A0A000 } /* Name.Label */
.pythoncode .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.pythoncode .nt { color: #008000; font-weight: bold } /* Name.Tag */
.pythoncode .nv { color: #19177C } /* Name.Variable */
.pythoncode .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.pythoncode .w { color: #bbbbbb } /* Text.Whitespace */
.pythoncode .mf { color: #666666 } /* Literal.Number.Float */
.pythoncode .mh { color: #666666 } /* Literal.Number.Hex */
.pythoncode .mi { color: #666666 } /* Literal.Number.Integer */
.pythoncode .mo { color: #666666 } /* Literal.Number.Oct */
.pythoncode .sb { color: #BA2121 } /* Literal.String.Backtick */
.pythoncode .sc { color: #BA2121 } /* Literal.String.Char */
.pythoncode .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.pythoncode .s2 { color: #BA2121 } /* Literal.String.Double */
.pythoncode .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.pythoncode .sh { color: #BA2121 } /* Literal.String.Heredoc */
.pythoncode .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.pythoncode .sx { color: #008000 } /* Literal.String.Other */
.pythoncode .sr { color: #BB6688 } /* Literal.String.Regex */
.pythoncode .s1 { color: #BA2121 } /* Literal.String.Single */
.pythoncode .ss { color: #19177C } /* Literal.String.Symbol */
.pythoncode .bp { color: #008000 } /* Name.Builtin.Pseudo */
.pythoncode .vc { color: #19177C } /* Name.Variable.Class */
.pythoncode .vg { color: #19177C } /* Name.Variable.Global */
.pythoncode .vi { color: #19177C } /* Name.Variable.Instance */
.pythoncode .il { color: #666666 } /* Literal.Number.Integer.Long */