@CHARSET "UTF-8";

.sitemap {
	text-align:left;
}
.sitemap_output {
	text-indent: 50px;
	border:solid 1px gray;
	background-color: #F1F4F6; 
	padding: 5px; 
}
p:first-line {
	font-weight: bold;
}
.sitemap_output a {
	color: navy;
	text-decoration: none; 
	border: solid 1px gray; 
	background-color: white; 
	padding: 1px; 
}

.sitemap_output a:hover {
	border: solid 1px black; 
}
.about {
	text-align: justify;
}
