.lineNumber{
	display:none;
}
.tag{
	color:blue;
}
.tagName{
	color:brown;
	font-weight:bold;
}
.attributeName{
	color:navy;
	font-weight:bold;
}
.attributeEquals{
	color:black;
}
.attributeValue{
	colorblue;
	font-weight:bold;
}
.comment{
	color:gray;
}
.cdata{
	color:black;
}
.doctype{
	color:gray;
}
