pre code {
	background:		#eee;
	border:			5px solid silver;
	color:			#333;
	font-family:	consolas, monospace;
	font-size:		24px;
	text-align:		left;
	line-height:	120%;
	display:		block;
	margin:			40px 100px;
	padding:		10px;
	overflow:		auto;
}

pre .string,
pre .tag .value {
	color:			#ff6655;
}

pre .comment {
	color:			#969696;
}

pre .keyword,
pre .tag .title,
pre .css .tag {
	color:			#009696;
}

pre .regexp,
pre .tag .attribute {
	color:			#960096;
}

pre .literal {
	color:			#5566ff;
}
pre .number {
	color:			#969600;
}
