/* diverse.css */

#Sitemap {
  width: 570px;
}

#SitemapBox h1 {
  margin-top: 0;
}

#SitemapBox ul li {
  list-style-type: none;
}

#SitemapBox .section {
  text-transform: uppercase;
  color: #8B5C29;
  margin: 10px 20px 0 10px;
  font-weight: bold;
  font-size: 12px;
}
#SitemapBox .section a {
  text-decoration: none;
  color: #8B5C29;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

#SitemapBox .rubric {
  color: black;
  font-size: 12px;
  text-transform: none;
}
#SitemapBox .rubric a {
  color: black;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}

#SitemapBox .rubric a:hover {
  text-decoration: underline;
}

#SitemapBox .section a:hover {
  text-decoration: underline;
}

#SitemapBox .category a {
  text-transform: none;
  font-size: 10px;
  border: none;
  margin: 10px 0;
}


