BODY {
  color: #000000;
  background: #CCCC99;
}

acronym {
        border-bottom: 1px dashed #00cc00;
        cursor: help;
}

A:link {
  color: #000080;
}

A:active {
  color: #ff00ff;
}

A:visited {
  color: #000080;
}

ADDRESS {
  font-size: 75%;
  text-align: center;
  margin-top: 1em;
}

H1 {
  color: #800000;
  text-align: center;
  margin-top: 1em;
}

H2 {
  margin-top: 2.5em;
  color: #008000;
  font-style: italic;
  border-style: none none solid none;
  border-color: #008000;
}

H3 {
  margin-top: 2.5em;
  color: #0000ff;
  font-weight: bold;
  font-size: 125%;
  border-bottom: 1px solid #0000ff;
}

H4 {
  color: #800000;
  font-style: italic;
}

P {
  text-align: justify;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

p.comment {
  margin-left: 5em;
  font-style: italic;
  font-size: 75%;
  color: #008000;
}

p.question {
  margin-top: 2em;
  font-style: italic;
}

p.question:before {
  content: "Q. ";
  color: blue;
}

p.answer {
  margin-left: 2em;
}

p.answer:before {
  content: "A. ";
  color: blue;
}

p.image {
  text-align: center;
  font-size: small;
}

}

OL.l1 {
  list-style-type: decimal;
}

OL.l2 {
  list-style-type: lower-alpha;
}

UL {
  list-style-type: square;
}
