.sitemap ul {
    padding-left: 200px;
	padding-bottom: 50px;
	list-style-type: none;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.sitemap ul li a {
    font-family: Lato;
	font-weight: bold;
	font-size: 15px;
	color: #00000;
	text-decoration: none;
}

.sitemap a:link {
  color: #A8070B;
}

.sitemap a:visited {
  color: #676767;
}


