/* diverse.css */

#Sitemap {
  width: 820px;
}

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

.section {
  text-transform: uppercase;
  color: #CFE7FF;
  margin: 10px 20px 0 10px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid white;
}

.section a {
  text-decoration: none;
  margin: 10px 10px 0 10px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.rubric a {
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-left: -10px;
}

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

.rubric {
  padding: 5px 20px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

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

