H1 {
  color: yellow;
  background-color: black;
  border: solid silver;
  border-width: 5pt 5pt 5pt 5pt;
  text-align: right;
  font-family: "Helvetica", "sans-serif";
  font-variant: small-caps;
}

DIV.qanda {
  background: yellow;
  border: solid black;
  border-width: 10pt 10pt 10pt 10pt;
  margin-bottom: 10pt;
}

P.warning {
  color: red;
  font-family: "Helvetica", "sans-serif";
  font-weight: bold;
  text-align: center;
}

P.question {
  color: black;
  font-style: italic;
}

P.answer {
  color: green;
  margin-left: 5%;
}

SPAN.sam {
  font-family: "Helvetica", "sans-serif";
  font-weight: bold;
  font-size: 20pt;
  color: yellow;
  background-color: blue;
}
