<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sitemap
{
	margin:40px  0 20px 150px;
}

#sitemap ul
{
	margin:10px  0 50px 30px;
}
#sitemap li 
{
	text-indent:18px;

	background-image : url(image/arrow.gif);
	background-position: 2px 8px;
	background-repeat: no-repeat;
}
#sitemap li ul li 
{
	width:500px;
	border-bottom:1px dashed #CCCCCC;
	margin:5px;
}

#sitemap a
{
	text-decoration: none;
}</pre></body></html>