.clsDemoNode{
	color: #FFFFFF;
	font-weight: bold;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.clsDemoNode:hover{
	font-weight: bold;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
; color: #FFFF99
}

.clsDemoNode:active{
	color: #FFFF33;
	font-weight: bold;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.clsDemoNode1{
	color: #FF9933;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode1:hover{
	color: #FF0000;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}

.clsDemoNode1:active{
	color: #AAD5FF;
	font-size : 11px;
	font-weight: bold;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode:visited { 
	font-weight: bold;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
 } .clsDemoNode1:visited { 
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
; font-weight: bold
 } 