#sitemap {
	width: 450px;
	margin-left: 100px;
	color: #666666;
	font-size: 100%;
	borderX: 1px double #cccccc;
	padding: 2px 40px 20px 40px;
	background-color: #fffafa;
	line-height: 1.2em;
	border: 2px ridge #981b37;
}
* html #sitemap {
	font-size: 150%;
}	

#sitemap dt {
	margin: 20px 70px 10px 70px;
	padding: 5px 10px;
	border: 4px double #999999;
	list-style-type: circle;
	background-color: #f8edee;
	font-size: 1em;
	colorX: #666666;
}
#sitemap li {
	margin-left: 50px;
	padding-top: 5px;
	list-style-type: circle;
	font-size: 80%;
	font-weight: normal;
}
#sitemap a {
	padding: 2px;
	text-decoration: underline;
}
#sitemap sup {
	color:#981b37;
}
#sitemap a:link {
	background-colorX: #f0f8ff;
}
#sitemap a:visited {
	color: #666666;
	background-colorX: #f5f5f5;
}
#sitemap a:hover, #sitemap a:focus {
	color: #981b37;
	background: #f8edee;
}
#sitemap h2 {
	margin-left: 20px;
	font-sizeX: 120%;
}