.processingInstruction
{
    margin-left:1em; 
    color: maroon;
}

.emptyElement
{
    margin-left:1em; 
    color: red;
}

.element
{
    margin-left: 1em;
    color: olive;
}

.text
{
    color: Black;
}

.attribute
{
    color: Navy;
}

.attributeValue
{
    color: Black;
}

.cdata
{
    color: #ff1493;
}

.comment
{
    margin-left: 1em; 
    color: green;
}