.clsNode, .clsNode:visited{
	color: black;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
}
.clsNode:hover{
	color: blue;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
}

