h1
{
	margin-bottom: 21px;
}

#sitemap h2
{
	margin-top: 7px;
	margin-bottom: 14px;
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(229,83,107); /* red 60% */
}

#sitemap ul
{
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 6px;
	margin: 0px;
}

#sitemap ul li
{
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 0px;
}

#sitemap li ul
{
	margin-top: 7px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#sitemap li ul li
{
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 7px;
}

#sitemap a
{
	color: inherit;
	text-decoration: none;
	display: block;
}

#sitemap li a:hover
{
	color: rgb(194,0,25); /* red 100% */
	text-decoration: underline;
}

#sitemap h2 a:hover
{
	color: rgb(194,0,25); /* red 100% */
	text-decoration: none;
}