
.navigation {
  background: #BBBBFF;
  border:1px solid black;
}

.content h1 {
  font-size: x-large;
  text-align: center;
  background: black;
  color: white;
}

.content h2 {
  font-size: large;
}

.content h3 {
  font-size: small;
  font-weight: normal;
  font-style: italic;
}

.content hr {
  border: 0px;
  background: black;
  height: 1px;
}

.content dt {
  font-weight: bold;
}

.minor-item, .major-item {
  border: 1px solid gray;
  background: #DDDDFF;
}

.major-item {
  border: 1px solid black;
  background: #BBBBFF;
}


