/* GENERAL */
code {
color: rgb(0,0,0); font-family: monospace; font-size: 12px; white-space: nowrap; 
}

.code_box{
	color: rgb(0,0,0); border: dashed 1px grey; padding: 10px; text-align: center;
	font-family: monospace; font-size: 12px; white-space: nowrap; overflow:auto; width:650px;
}

/* XML code */
.xml_plain {
color: rgb(0,0,0);
}
.xml_tag_name {
color: rgb(0,55,255);
}
.xml_comment {
color: rgb(147,147,147); background-color: rgb(247,247,247);
}
.xml_tag_symbols {
color: rgb(0,59,255);
}
.xml_rife_tag {
color: rgb(0,0,0); background-color: rgb(228,230,160);
}
.xml_attribute_value {
color: rgb(193,0,0);
}
.xml_attribute_name {
color: rgb(0,0,0); font-weight: bold;
}
.xml_char_data {
color: rgb(0,0,0);
}
.xml_rife_name {
color: rgb(0,0,196); background-color: rgb(228,230,160);
}
.xml_processing_instruction {
color: rgb(0,0,0); font-weight: bold; font-style: italic;
}

/* Java Code */
.java_type {
color: rgb(0,44,221);
}
.java_keyword {
color: rgb(0,0,0); font-weight: bold;
}
.java_javadoc_comment {
color: rgb(147,147,147); background-color: rgb(247,247,247); font-style: italic;
}
.java_comment {
color: rgb(147,147,147); background-color: rgb(247,247,247);
}
.java_operator {
color: rgb(0,124,31);
}
.java_plain {
color: rgb(0,0,0);
}
.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_separator {
color: rgb(0,33,255);
}