#toc {
  width: 200px;
}

#toc ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
}

#toc a {
  display: block;
  padding: 3px;
  width: 160px;
  background-color: #cc6633;
  border-bottom: 3px solid #ffffcc;
}

#toc a:link, #navlist a:visited {
  color: #ffffff;
  text-decoration: none;
}

#toc a:hover {
  background-color: #ffcc00;
  color: #000000;
}

.banner {
  background-color: #ffcc00;
  font-size: 200%;
  border-bottom: thick solid #cc6633;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 50px;
}


body {
  background-color: #ffffcc;
  font-size: 110%;
  font-family: "New Times Roman"; 
}

.heading1 {
  text-align: center;
}

.format1 {
  text-align: justify;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 150%;
}

.faqquestions {
  margin-left: 10px;
  line-height: 150%;
  color: blue;
}

.faqanswers {
  margin-left: 20px;
  line-height: 125%;
}

.captions {
  font-align: center;
  font-size: 75%;
  vertical-align: top;
}

.glossary {
  font-weight: bold;
  text-decoration: underline;
}

.reference:first-line {
  text-transform: uppecase;
  margin-left: 50px;
}
