﻿#sitemap
{
	margin-top: 20px;
	margin-left: 0px;
}

#sitemap H2
{
	margin-left: 30px;
	color: #333;
	font-size: 18px;
}

#sitemap H1
{
	border-bottom: 1px solid gray; 
	color: Gray;
}

#sitemap A
{
	text-decoration: none;
	line-height: 20px;
}

#sitemap UL
{
	list-style-type: none;
}

#sitemap A.title
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

#sitemap .page
{
	padding-bottom: 20px;
}