body {
	background-color: #111;
	color: #555;
	font-family:Verdana,sans-serif;
	}
h1 {
	color:#666;
	font-size:4.2em;
	text-align:center;
	font-weight:bold;
	}
h2 {
	color:#ee9900;
	font-size:2em;
	text-align:center;
	font-weight:bold;
	}
h3 {
	color:#ee9900;
	}
p {
	text-align:left;
	}
li {
	margin-bottom: 1ex;
	}
strong {
	color:#ee9900;
	}
pre {
	color:#fff;
	background-color:#000;
	}
a {
	color:#aaa;
	text-decoration:none;
	outline: none;
	}
a:link {
	}
a:visited {
	}
a:hover {
	color:#fff;
	background-color:#000;
	}
a:active {
	color:#f00;
	}
a:focus {
	}
label {
	color:#ee9900;
	}
table {
	text-align:left;
	caption-side:top;
	width:100%;
	}
th {
	}
td {
	empty-cells:show;
	padding: 1ex;
	vertical-align: top;
	}
img {
	border:none;
	}
input[type=submit] {
	background-color:#fff;
	border:#444 1px solid;
	color:#444;
	line-height:1.7em;
	font-size:smaller;
	font-stretch:wider;
	font-style:normal;
	font-variant:small-caps;
	font-weight:bolder;
	padding:1px;
	text-decoration:none;
	}
input[type=submit]:hover {
	color:#fff;
	background-color:#444;
	}
.center {
	text-align:center;
	}
.date {
	text-align: right;
	font-size: small;
	}

/* highlight */
pre code {
	display: block;
	background: #333;
	font-weight: normal;
	}

.keyword, .literal, .change, .winutils, .flow, .lisp .title {
	color: #fff;
	}

pre code, .ruby .subst {
	color: #ddd;
	}

.string,
.function .title,
.class .title,
.ini .title,
.tag .attribute .value,
.css .rules .value,
.preprocessor,
.ruby
.symbol,
.ruby .instancevar,
.ruby .class .parent,
.built_in,
.sql .aggregate,
.django .template_tag,
.django .variable,
.smalltalk .class,
.javadoc,
.ruby .string,
.django .filter .argument,
.smalltalk .localvars,
.smalltalk .array,
.css .attr_selector,
.addition,
.stream,
.envvar {
	color: #dd8;
	}

.comment,
.java .annotation,
.python .decorator,
.template_comment,
.pi,
.doctype,
.deletion,
.shebang {
	color: #ee4;
	}

.template_comment,
.comment {
	font-style: italic;
	font-size:2ex;
	}

.keyword,
.literal,
.css .id,
.phpdoc,
.function .title,
.class .title,
.vbscript .built_in,
.sql .aggregate,
.rsl .built_in,
.smalltalk .class,
.xml .tag .title,
.diff .header,
.chunk,
.winutils,
.bash .variable,
.lisp .title {
	font-weight: bold;
	}

.html .css,
.html .javascript,
.html .vbscript {
	opacity: 0.5;
	}
