@charset "UTF-8";
#sitemap {
	text-align: right;
	color: #999999;
	font-size: 90%;
	clear: both;
	margin-top: 100px;
}
#sitemap a {
	color: #999999;
	text-decoration: underline;
}
#sitemap a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#sitemap a:visited {
	color: #999999;
	text-decoration: underline;
}

