@CHARSET "iso-8859-1";

code.entity {
	font-weight: bold;
	text-transform: capitalize;
	font-family: sans-serif;
}

code.attribute {
    font-weight: bold;
    font-family: sans-serif;
}

code.value {
	font-family: monospace; 
}

code.relation {
	font-style: italic;
	text-transform: capitalize;
	font-family: sans-serif; 
}

span.diff-new { background-color: yellow; }
span.diff-chg { background-color: lime; }
span.diff-del { text-decoration: line-through;  background-color: #FBB; }

h1, h2, h3, h4, h5, h6 { color: #CC3300; background: white }
