.lineNumber{
	display:none;
}
.tag{
	color:blue;
}
.tagName{
	font-weight:bold;
	color:brown;
}
.attribute{
	font-weight:bold;
	color:navy;
}
.attributeValue{
	font-weight:bold;
	color:blue;
}
.comment{
	color:gray;
}

