@charset "utf-8";
body {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #333333;
	line-height: 130%;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #66FFFF;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
strong {
	font-size: 18px;
	font-weight: normal;
}



li {
	list-style-type: none;
}
.another {
	margin-left: 42px;
}

#sitemap_contents {
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}
