body 
{
	position:relative;
	padding: 10px;
	margin: 0px;
	background-color: #eeeeee;
	font-size: 12px;
	font-family:Verdana,Tahoma,Arial;
	color: #666666;
}

h1 
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
}

li 
{
	margin-top: 4px;
	}

a:link, a:visited, a:active{
	color:#666666;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;}
	
.Sitemap 
{
	width: 90%;
	padding: 4px;
	margin: auto;
	border: solid 2px #666666;
	background-color: #ffffff;
}

.Sitemap .PagesIndex 
{
	width: 90%;
	padding: 10px;
	border:dotted 1px #eeeeee;
	margin: 20px auto 20px auto;
	text-align: center;	
}

