.dtree {
	padding: 0;
	margin: 0;
}
.dtree img {
	padding: 0px;
	border: 0px;
	margin: 0;
}
.dtree a {
	text-decoration: none;
	font-size: 15px;
	vertical-align: middle;
}
.dtree a.node, .dtree a.nodeSel {
	padding: 5px 2px 1px 2px;
	margin: 0;
}
.dtree a.nodeSel {
	font-style: italic;
	text-decoration: underline;	
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline;
}