CODE {
	color: rgb(0,0,0);
	font-family: monospace;
	display: block;
	white-space: nowrap;
	overflow: auto;
}
.java_type { color: rgb(0,44,221); }
.java_comment { color: rgb(147,147,147); background-color: rgb(247,247,247); }
.java_operator { color: rgb(0,124,31); }
.java_separator { color: rgb(0,33,255); }
.java_plain { color: rgb(0,0,0); }
.java_javadoc_comment { color: rgb(147,147,147); background-color: rgb(247,247,247); font-style: italic; }
.java_keyword { color: rgb(0,0,0); font-weight: bold; }
.java_literal { color: rgb(188,0,0); }
.java_javadoc_tag { color: rgb(147,147,147); background-color: rgb(247,247,247); font-style: italic; font-weight: bold; }
.java_annotation { color: rgb(80,80,80); font-style: italic; }

.xml_plain { color: rgb(0,0,0); }
.xml_char_data { color: rgb(193,0,0); }
.xml_tag_symbols { color: rgb(0,59,255); }
.xml_comment { color: rgb(147,147,147); background-color: rgb(247,247,247); }
.xml_attribute_value { color: rgb(193,0,0); }
.xml_attribute_name { color: rgb(0,0,0); font-weight: bold; }
.xml_processing_instruction { color: rgb(0,0,0); font-weight: bold; font-style: italic; }
.xml_tag_name { color: rgb(0,55,255); }

.cpp_plain { color: rgb(0,0,0); }
.cpp_keyword { color: rgb(0,0,0); font-weight: bold; }
.cpp_type { color: rgb(0,44,221); }
.cpp_operator { color: rgb(0,124,31); }
.cpp_separator { color: rgb(0,33,255); }
.cpp_literal { color: rgb(188,0,0); }
.cpp_comment { color: rgb(147,147,147); background-color: rgb(247,247,247); }
.cpp_doxygen_comment { color: rgb(147,147,147); background-color: rgb(247,247,247); font-style: italic; }
.cpp_doxygen_tag { color: rgb(147,147,147); background-color: rgb(247,247,247); font-style: italic; font-weight: bold; }
.cpp_preproc { color: purple; }

