body {font-size:100%;}
.code-holder {
	color:#000;
}
code {
	display:block;
	width:100%;
	font-size:147.5%;
}
* html code {font-size:122.5%;}
*+html code {font-size:122.5%;}
.comment,
.annotation,
.template_comment,
.diff .header,
.chunk {
	color:#008000;
}
.keyword,
.id,
.title,
.vbscript .built_in,
.rsl .built_in,
.cpp .built_in,
.aggregate,
.smalltalk .class,
.winutils,
.bash .variable {
	color:#800080;
}
.string,
.title, 
.parent,
.tag .attribute .value,
.rules .value,
.rules .value .number,
.ruby .symbol,
.instancevar,
.aggregate,
.template_tag,
.django .variable,
.addition,
.flow,
.stream {
	color:#00f;
}

.ruby .string,
.decorator,
.filter .argument,
.localvars,
.array,
.attr_selector,
.pi,
.doctype,
.deletion,
.envvar,
.shebang,
.preprocessor,
.userType {
	color:#4682b4;
	font-style:italic;
}
.phpdoc,
.javadoc,
.xmlDocTag {
	color:#808080;
}
.css .keyword,
.css .class,
.css .id {
	color:#800080;
}
.html .class {
	color:#000;
	font-weight:100;
}
.css .rules {
	color:#000;
}
.css .rules .keyword {
	font-weight:bold;
	color:#000;
}
.css .rules .value {
	font-weight:100;
}