@charset "ISO-8859-1";

#sitemap { margin: 1em 2em 4em; text-align: left; font-size: small; }
#sitemap ul li { margin-top: 0.3em; }
#sitemap ul.top { list-style: none; }

#sitemap h2 { font-size: medium; font-weight: bold; }
#sitemap h3 { font-size: medium; font-weight: bold; background-color: rgb(45, 75, 155); color: rgb(255, 255, 255); }

#sitemap a:hover,
#sitemap a:focus {
	color: white;
	background-color: rgb(45, 75, 155);
	border-color: rgb(45, 75, 155);
	text-decoration: none;
	}
