body {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;	
	background: #fff;
	text-align: center;
	padding: 0.5%;
}

a {
	color: #222;
	text-decoration: none;
}

.desktop a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-size: 20px;
	text-align: center;	
	color: #355824;
}

.sitemap-table {		
	border: none;
	border-spacing: 0;
	border-collapse: collapse;	
	padding: 0;
	margin: 0 auto;
	background: #d4efda;
	text-align: left;
	width: 100%;
	max-width: 990px;
}

	.sitemap-table td {
		border: 1px solid #aaa;
		padding: 13px;
		vertical-align: top;
	}
	
.sitemap-div {
	background: #d4efda;
	border: 1px solid #aaa;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	max-width: 450px;
	padding: 13px 0;
}	
	.sitemap-div ul {
		margin-top: 0;		
	}
	
ul {
	margin-bottom: 0;	
}
	li {
		line-height: 20px;	
	}
	.li1 {
		list-style: none;
	}	
	.li2 {
		margin-top: 5px;
		padding-top: 5px;	
	}	
	
.small-txt {
	font-size: 11px;
	color: #444;	
}
.smaller-txt {
	font-size: 10px;
	color: #777;	
}

.error {
	color: #d00;	
}
	.error a {
		color: #d00;
		text-decoration: underline;	
	}

.footer-link {
	font-style: italic;
	text-decoration: underline;
	color: #355824;	
}