pre.syntax_hilite {
	background-color: Azure;
	border: 1px dashed;
	padding: 5px;
}

span.keyword {
	font-weight: bold;
	color: purple;
}

span.number {
	color: red;
	font-style: italic;
}

span.hex {
	color: orange;
	font-style: italic;
}

span.string {
	color: blue;
}

span.comment {
	color: green;
	font-style: italic;
}

