/* diverse.css */

#Sitemap {
  width: 580px;
  min-height: 550px;
}

#SitemapBox h1 {
  margin-top: 0;
}

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

#SitemapBox .section {
  color: #040558;
  margin: 10px 20px 0 10px;
  font-weight: bold;
  font-size: 14px;
}
#SitemapBox .section a {
  color: #040558;
}

#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;
  color: #1019BF;
}

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

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

