#sitemap h1 {
  background-color: #E0E0DB;
  color: #333333;
  font-size: 18px;
  margin: 0;
  padding: 0.3em; }
#sitemap ul {
  list-style-type: none;
  list-style-image: none;
  padding-left: 0.5em; }
  #sitemap ul li {
    list-style-type: none;
    list-style-image: none; }
  #sitemap ul a {
    color: red;
    text-transform: uppercase; }
