div#content-body h3 {
  background-color : #330099;
  font-size : 18px;
  color :#ffffff;
  text-align :center;
  padding : 5px 0px 5px 0px ;
}

div#content-body h4 {
  margin: 2ex 0px 1ex 0px;
  padding: 0px;
  color: #009999;
  font-weight: bold;
  font-size: 20px;
  border-bottom-style: solid;
  border-bottom-color: #ACA89A;
  border-bottom-width: 2px;
}

div#content-body h5 {
  margin: 2ex 0px 1ex 0px;
  padding: 0px;
  color: #990000;
  font-weight: bold;
  font-size: 120%;
}

div#content p {
  margin : 0.5em 0px 0px 0px;
}

div#content p.caption {
  margin: 0px 0px 0px 0px;
  text-align: center;
  font-size: 75%;
}

div#content table {
  border: solid 1px black;
  border-collapse: collapse;
  margin: auto;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

div#content table th {
  border: solid 1px black;
  text-align: center;
  padding: 4px;
}

div#content table td {
  border: solid 1px black;
  padding: 4px;
}

div#content ul {
  list-style-type: disc;
  margin: 0px 0px 0px 2em;
}

div#content ul.square {
  list-style-type: square;
}

div.photo {
  text-align: center;
}

div.photo img {
  margin: 1ex 0px -1ex 0px;
}

div.photo p {
  color: #336666;
  font-size: 75%;
  margin: 0px 0px 0.5ex 0px;
}

