.dtree a{
	color: #1464AA;
	text-decoration: none;
}
.dtree a:link {
	text-decoration: none;
}
.dtree a:visited {
	text-decoration: none;
}
.dtree a.:hover {
	text-decoration: underline;
}
.dtree a:active {
	text-decoration: none;
}
.dtree a.node:hover,
.dtree a.nodeSel:hover {
	color: #1464AA;
	text-decoration: underline;
}
