body { color : #B0B5B0; background-color : #002000; max-width : 1000px; margin-right: auto; margin-left : auto; line-height : 1.5;} 
.motto { font-style : italic; }
.header { text-align : center; }
.hmenu { text-align : center; margin : 1em;}

a { text-decoration : none; color : #DAA520; }
a:visited { text-decoration : none; }
a:hover { text-decoration : underline; }

.rsslink a { color : orange; }

h2 { color : #30A030; }
h3 { color : #30A030; }
h4 { color : #30A030; }

blockquote { background-color : #040804; margin : 1em; padding : .5em;}

.note { margin : 1em; padding : .5em;}
.section { background-color : #003000; padding-left : 1em; padding-right : 1em; padding-top: 1em;}
.sectitle { font-size : x-large;}
.section { margin-bottom : 30px;}
.secnext { float : right;}
.secprev { float : left;}
.secdate {font-size : x-small; marg-left}
.content { margin : 1.5em; }
table { border : 1px solid black; }
td { padding : 2px; border : 1px solid gray;}

pre { margin-left : 1em; margin-right : 1em; padding : 1em; background-color : #040804 ; border-left : 2px solid green;}

.toc { width : 50%; margin : 1em; padding : .5em; background-color : #003000;}
.toplink { font-size : small; margin-left : 1em; }

.release_title { text-decoration : underline; }
.download { padding : .5em; float : right; margin-left 1em; text-align : center; background-color : #003000;}

.pitch { border: 1px solid green; margin: 1em; padding : .5em;}

.contact { border : 1px solid gray; margin : 1em; padding : .5em; text-align : center; }

.footer { color : gray; text-align : center; font-size : xx-small;}

/* Pygments */
.codehilite .c { color: #666666 } /* Comment */
.codehilite .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.codehilite .k { color: #008800; font-weight: bold } /* Keyword */
.codehilite .cm { color: #888888 } /* Comment.Multiline */
.codehilite .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.codehilite .c1 { color: #888888; } /* Comment.Single */
.codehilite .cs { color: #cc0000; font-weight: bold;} /* Comment.Special */
.codehilite .gd { color: #000000; } /* Generic.Deleted */
.codehilite .ge { font-style: italic } /* Generic.Emph */
.codehilite .gr { color: #aa0000; } /* Generic.Error */
.codehilite .gh { color: #303030; } /* Generic.Heading */
.codehilite .gi { color: #000000; } /* Generic.Inserted */
.codehilite .go { color: #888888 } /* Generic.Output */
.codehilite .gp { color: #555555 } /* Generic.Prompt */
.codehilite .gs { font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #606060 } /* Generic.Subheading */
.codehilite .gt { color: #aa0000 } /* Generic.Traceback */
.codehilite .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.codehilite .kp { color: #008800 } /* Keyword.Pseudo */
.codehilite .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.codehilite .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.codehilite .s { color: #555590; font-weight: bold;} /* Literal.String */
.codehilite .n { color: white; }
.codehilite .na { color: #336699; } /* Name.Attribute */
.codehilite .nb { color: white; } /* Name.Builtin */
.codehilite .nc { color: #928a70; font-weight: bold } /* Name.Class */
.codehilite .no { color: #003366;  font-weight: bold } /* Name.Constant */
.codehilite .nd { color: #555555 } /* Name.Decorator */
.codehilite .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.codehilite .nf { color: #00C0C0; font-weight: bold } /* Name.Function */
.codehilite .nl { color: #336699; font-style: italic } /* Name.Label */
.codehilite .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.codehilite .py { color: #336699; font-weight: bold } /* Name.Property */
.codehilite .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.codehilite .nv { color: #336699 } /* Name.Variable */
.codehilite .ow { color: #008800 } /* Operator.Word */
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
.codehilite .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.codehilite .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.codehilite .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.codehilite .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.codehilite .sb { color: #dd2200; } /* Literal.String.Backtick */
.codehilite .sc { color: #dd2200; } /* Literal.String.Char */
.codehilite .sd { color: #dd2200; } /* Literal.String.Doc */
.codehilite .s2 { color: #dd2200; } /* Literal.String.Double */
.codehilite .se { color: #0044dd; } /* Literal.String.Escape */
.codehilite .sh { color: #dd2200; } /* Literal.String.Heredoc */
.codehilite .si { color: #3333bb; } /* Literal.String.Interpol */
.codehilite .sx { color: #22bb22; } /* Literal.String.Other */
.codehilite .sr { color: #008800; } /* Literal.String.Regex */
.codehilite .s1 { color: #dd2200; } /* Literal.String.Single */
.codehilite .ss { color: #aa6600; } /* Literal.String.Symbol */
.codehilite .bp { color: white; } /* Name.Builtin.Pseudo */
.codehilite .vc { color: #336699; } /* Name.Variable.Class */
.codehilite .vg { color: #dd7700; } /* Name.Variable.Global */
.codehilite .vi { color: #3333bb; } /* Name.Variable.Instance */
.codehilite .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
