.cpp-comment,.cs-comment,.vb-comment {
	COLOR: green;
	FONT-STYLE: italic;
}

.cpp-keyword,.cs-keyword, .vb-function {
	COLOR: blue;
}

.cpp-preprocessor, .cs-preprocessor {
	COLOR: navy;
}

.cpp-string,.cs-string,.vb-string {
	COLOR: purple;
}

.cpp-literal,.cs-literal,.vb-literal {
	COLOR: midnightblue;
}

.vb-keyword,.vb-statement {
	COLOR: blue;
	font-weight: normal;
}

