<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">g.node {
	font-family: Verdana, Helvetica;
	font-size: 15px;
	font-weight: bold;
}

text {
	text-decoration: underline;
	cursor: pointer;
}

text.description{
	font-family: Verdana, Helvetica;
	font-size: 14px;
	font-weight:  normal;
	text-decoration: none;
	cursor:  default;
}

text.link:hover{
	color: blue;
}

text.no-link{
	text-decoration: none;
	cursor:  default;
}

circle.node-dot {
	fill: #8cc63e;
	stroke: black;
	stroke-width: 1px;
}

path.link {
	fill: none;
	stroke: #165d94;
}

li {
	margin-bottom: 10px;
}</pre></body></html>