a {
	background-color: inherit;
	color: #666;
	text-decoration: none;
	}
	
a:hover {
	background-color: inherit;
	color: #000;
	text-decoration: underline;
	}

table tr td {
	/*width: 50%;*/
	padding: 10px !important;
	}
	
	table tr td h1 {
		margin: 0 0 10px 0;
		}

	table tr td h1 a {
		font-size: 18px;
		}
		
	td ul li {
		padding: 0 0 0 30px;
		background-image: url("/imgs/lidot.png");
		background-position: 18px 5px;
		background-repeat: no-repeat;
		}
		
.sitemap-hr {
	display: block;
	width: 314px;
	height: 1px;
	margin: 10px 0;
}

ul {
	margin: 0 0 20px 0;
	}