td.sitemap_module {
	width: 150px;
}

div.sitemap_box {
	height: auto;
	border: 1px solid #B9B9B9;
	width: 148px;
}

div.sitemap_title {
	background-color: #B9B9B9;
	color: white;
	padding: 3px;
	font-size: 10pt;
	font-weight: bold;
	width: 142px;
}
div.sitemap_links {
	width: 142px;
	background-color: white;
	color: black;
	padding: 3px;
}

a.sitemap_link {
	display: block;
	color: blue;
	padding: 2px;
}

a.sitemap_link:visited {
	color: red;
}