pre{
	background:#fff; 
	font-family:Verdana; 
	font-size:12px; 
	padding:10px 10px 0 30px;
	border:none;
	}
	
pre code 
{
  display: block;
  background: #EDEDD0;
  padding:10px 15px;
  border: 1px #f0f0e0 solid;
}

	

.comment,
.annotation,
.template_comment,
.diff .header,
.chunk,
.apache .cbracket {
    color: rgb(0, 128, 0);
}

.keyword,
.id,
.title,
.vbscript .built_in,
.rsl .built_in,
.cpp .built_in,
.aggregate,
.smalltalk .class,
.winutils,
.bash .variable {
    color:#0000FF;
}

.string,
.title,
.parent,
.tag .attribute .value,
.rules .value,
.rules .value .number,
.ruby .symbol,
.instancevar,
.aggregate,
.template_tag,
.django .variable,
.addition,
.flow,
.stream,
.apache .tag,
.date {
    color: rgb(163, 21, 21);
}

.ruby .string,
.decorator,
.filter .argument,
.localvars,
.array,
.attr_selector,
.pi,
.doctype,
.deletion,
.envvar,
.shebang,
.preprocessor,
.userType,
.apache .sqbracket {
    color: rgb(43, 145, 175);
}

.phpdoc,
.javadoc,
.xmlDocTag {
    color: rgb(128, 128, 128);
}

