﻿@charset "utf-8";
/* CSS Document */
.Utility {
		color: black;
}	
.NodeName {	
	color: #cc0000;	
}
.AttributeName 
{
	/*font-weight:bold;*/
	color: black;
}
.AttributeValue
{
	color:blue;
}
.NodeValue
{
	color: black;
}
.Element {
	padding-top:0px;
	margin-top:0px;
}
.Clickable {	
	font-weight:900;
	font-size:large;
	color: #cc0000;	
	cursor:pointer;

	vertical-align:middle;
}
