@charset "utf-8";

P.code {
	font-family: monospace;
	font-size: 13px;
	margin: 0px;
	white-space: pre;
}

SPAN.annotation {
    color: #646464;
}

SPAN.comment {
	color: #3F7F5F;
}

SPAN.deleted_code {
    text-decoration: line-through;
}

SPAN.html_attr_name {
    color: #7F007F;
}

SPAN.html_attr_value {
    color: #2A00FF;
}

SPAN.html_tag {
    color: #3F7F7F;
}

SPAN.javadoc {
    color: #3F5FBF;
}

SPAN.keyword {
	color: #7F0085;
	font-weight: bold;
}

SPAN.member_field {
    color: #0000C0;
}

SPAN.new_code {
	border: 2px dashed salmon;
	display: inline-block;
}

SPAN.sql_function {
    color: #7F0085;
}

SPAN.sql_keyword {
    color: #0000C0;
}

SPAN.sql_value {
    color: orange;
}

SPAN.static_field {
    color: #0000C0;
    font-style: italic;
}

SPAN.static_final_field {
    color: #0000C0;
    font-style: italic;
    font-weight: bold;
}

SPAN.static_method {
    font-style: italic;
}

SPAN.string {
    color: #0000C0;
}




SPAN.custom_feature {
    color: goldenrod;
    font-weight: bold;
}

SPAN.standard_feature {
    color: green;
    font-weight: bold;
}

