.sitemap{
	margin: 20px 10px 0px 30px;
}

.sitemap h2{
	margin: 0px;
	margin-bottom: 10px;
	font-size: 120%;
}

.pages{
	margin-left: 70px;
	margin-bottom: 10px;
}

.softname{
	font-size: 120%;
}

.sitemap a{
	text-decoration: underline;
	color: #333333;
}

.sitemap a:hover{
	color: black;
}

.sitemap h2 a{
	text-decoration: none;
	color: black;
}

.links{
	margin: 5px 20px 5px 30px;
	padding: 0px 0px 5px 30px;
	list-style-image: URL(./imgs/arrow.gif);
}

.links a{
	text-decoration: none;
	color: #333333;
}

.links a:hover{
	text-decoration: underline;
	color: black;
}