.sitemap { 
	/*width: 100%;*/
	margin: 10px;
	font-size: 90%;
}
.sitemap td { vertical-align: top }
.sitemap li { 
	/*color: green;*/
	font-weight: bolder;
	list-style-type: none;
 }
.sitemap li li { 
	/*color: orange;*/
	font-weight: normal;
 }
.sitemap li li li { 
	/*color: purple;*/
	font-weight: normal;
 }

.sitemap h2, .sitemap h3 {
	margin: 0px 0 0 3em;
	font-size: 100%;
}
.sitemap h3 {
	font-weight: normal;
	margin-left: 6em;
}