BODY, TD, TH, A, P,H1,H2,H3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.clsNode, .clsNode:visited{
	color: blue;
	background-color:white;
	font-weight : bold;
	font-size : 8pt;
	text-decoration : none;
}
.clsNode:hover{
	color: orange;
	background-color:white;
	font-weight : bold;
	font-size : 8pt;
	text-decoration : underline;
}
