p.intro {
  font-family: Verdana, Arial, sans;
}
p.right {
  text-align: right;
}

/* Start of each article */
p.start {
  text-indent: 0;
}
span.initial {
  font-size: 1.8em;
}
h1 {
  padding-top: 0.5ex;
  font-size: 1.4em;
  font-style: normal;
  font-weight: bold;
  word-spacing: 0.1em;
  text-align: center;
}
h2 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
  word-spacing: 0.1em;
  text-align: center;
}
h3 {
  font-size: 1.0em;
  font-style: normal;
  font-weight: normal;
  word-spacing: 0.1em;
  text-align: center;
}
div.table {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0%;
  width: 100%;
}
hr {
  /* Trouble with Nook. The following works fairly well. */
  color: black;
  background-color: black;
  border: 1px solid black;
  width: 40%;
  margin-left: 30%;  /* needed to centre the rule in the Kobo */
  margin-top: 2.0ex; /* bit more space to separate from preceding text */
  margin-bottom: 2.0ex;
}
/* end */
