A:active  { color: red; }

html>body {
  /* background-color: turquoise; */
  font-family:  sans-serif;
  background-color: white;
  padding: 0;
  margin: 2px;
}
#content h3 {
  text-align: left;
  margin-left: 1in;
}
#content h2 {
  text-align: left;
  letter-spacing: 0.33em;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin-left: 1em;
  margin-top: 1em;
}
#content p {
  margin-left: 3em;
  margin-top: 0.5em;
  margin-right: 3em;
}
#content ul {
  margin-left: 3em;
}
#content li {
  line-height: 150%;
}
#mast {
  clear: both;
  padding: 0;
  margin: 0;
}
#mast h1, h2, h3 {
  font-weight: normal;
  color: steelblue;
  text-align: center;
  margin: 0.1em 0;
  padding: 0;
}
#mast h1 {
  font-style: italic;
  letter-spacing: 0.75em;
  font-weight: bold;
}
#mast h2 {
  font-size: 125%;
  letter-spacing: 0.25em;
}
#mast h3 {
  font-size: 100%;
  color: lightslategray;
}
img.topimg {
  margin: 0;
  padding: 0;
  border: 0px solid #000;
}
p.topcaption {
  margin-top: 0;
  font-size: 80%;
  text-align: center;
}
