.sitemap {
  list-style-type: square;
  margin-right: 20px;
  margin-top: 20px;
}

.sitemap li.depth1 { margin-left: 30px; margin-bottom: 10px; color: #000; font-weight: bold; }
.sitemap li.depth2 { margin-left: 50px; margin-bottom: 10px; color: #666; }
.sitemap li.depth3 { margin-left: 70px; margin-bottom: 10px; color: #666; }

.sitemap li a {
  color: #000;
  text-decoration: none;
}