#article {
  width: 80%;
  margin: 0 auto;
}
img.hide {
  display: none;
}
strong img {
  float: left;
}
p {
  font-size: 1em;
  line-height: 1.3;
  margin: 0.5em 0 0 0;
  font-family: "Times New Roman" Times, serif;
}
h1 {
  font-size: 2em;
  line-height: 1;
  margin: 0;
  font-family: "Rockwell", Georgia, serif;
  font-weight: normal;
}
h2 {
  font-size: 1.6em;
  line-height: 1;
  margin: 0.4em 0;
  font-family: "Rockwell", Georgia, serif;
  font-weight: normal;
}
#text {
  margin: 1em 0;
  max-width: 36em;
}
.note {
  font-style: italic;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: black;
}
a:active, a:hover {
  color: blue;
  text-decoration: underline;
}