.node {
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	font-family: arial;
	color: black;
	white-space: nowrap;
}

.node text, .node a, .node a:active, .node a:hover {
	margin-left: 3px;
	padding: 0px;
}

.node text {
	margin-left: 3px;
	padding: 0px;
	color: black;
	text-decoration: none;
}

.node a {
	color: black;
	text-decoration: none;
}

.node a:hover {
	color: blue;
	text-decoration: underline;
}

.node img {
	vertical-align: middle;
	border: 0px;
}

.nodeselected a {
	background: highlight;
	color: highlighttext;
}

.nodeselected text {
	background: highlight;
	color: highlighttext;
}