body{
 font:80%/1.3 Helvetica,sans-serif;
}
h1{
 margin:0;
 padding:1em;
 font-size:1.5em;
 font-weight:bold;
}
h1 span{
 font-size:10px;
}
h2{
	font-family: Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 1px;
	background-color: #FFFFFF;
}
h3{
 margin:0;
 padding:1em 1.5em;
 font-size:1em;
 font-weight:bold;
}
pre{
 margin:.5em 1.5em;
 padding:.3em;
 color:#000;
 background:#000;
}
a {
    color: #999999;
    text-decoration: underline;
}
a:visited {
    color: #777777;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
pre,pre code,pre var{
 font:1em/1 "courier new",monospace;
}
pre var{
 font-style:oblique;
}
pre code.markup.comment{
 font-style:oblique;
 color:green;
}
pre code.markup.doctype{
 font-style:black;
 color:teal;
}
pre code.markup.element-name{
 font-weight: bold;
 color:grey;
}
pre code.markup.attribute-name{
 font-weight: bold;
 color:black;
}
pre code.markup.attribute-value{
 font-weight:normal;
 color:blue;
}
p{
 margin:0;
 padding:.5em 1.5em;
}
div#header{
 background:white;
 color:white;
}
div#left-sidebar{
 background:white;
 color:white;
}
div#right-sidebar{
 background:black;
 color:black;
}
div#footer{
 background:black;
 color:white;
}