h1 { padding: 1em; }
div.treeNotes { padding: 0em; margin: 10px; border: thin solid #ddd;
	border-right: thick solid #ddd; border-bottom: thick solid #ddd;
}
div.treeRowEven { background-color: #fee; padding: 0.25em; margin: 0px;}
div.treeRowOdd { background-color: #eee; padding: 0.25em; margin: 0px; }
div.treeItemBody { margin: 1em; font-size: 0.9em; }
h3.treeItemTitle { color: #555; font-size: 1.1em; margin-left: 0.5em;}
div.treeNotes button { font-size: 0.8em; padding-left: 1em; padding-right: 1em; }
span#navLoadIndicator { padding-left: 1em; }
a.treeWord { color: #600; cursor: pointer; text-decoration: none; }
a.treeWord:visited { color: #600; }
a.treeWord:hover { background: #ddd;}
