/**
 * Styles for the reformatted Dobbs document.
 */

P {
  font-family: times;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  text-indent: 1em;
  margin-right: 1in;
}

/* A paragraph that has been added to the original document. */
P.annotation {
  background-color: yellow;
  color: red;
  margin-left: 3in;
  text-indent: 0in;
  border: solid;
}

/* The author of a document, typically alone in a paragraph. */
P.author {
  text-indent: 0in;
  margin-right: 0in;
  text-align: center;
  font-style: italic;
  font-family: helvetica;
}

H1 {
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 14pt;
}

H2 {
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  text-align: right;
  font-size: 14pt;
  color: white;
}

BODY {
  background: gray;
}

H3 {
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
}

UL {
  font-family: times;
  font-style: normal;
  font-weight: normal;
  margin-right: 1in;
}

UL UL {
  margin-right: 0in;
}

UL.contents {
  font-family: helvetica;
}

OL {
  font-family: times;
  font-style: normal;
  font-weight: normal;
  margin-right: 0in;
}

STRONG {
  font-family: times;
  font-style: normal;
  font-weight: bold;
}

STRONG.example {
  font-family: helvetica;
  font-weight: normal;
}

STRONG.partofspeech {
  font-style: italic;
}

STRONG.error {
  color: red;
}

STRONG.function {
}

EM {
  font-style: italic;
  font-weight: normal;
}

EM.word {
  font-style: italic;
  font-family: helvetica;
}

TD {
  font-family: times;
  font-style: normal;
  font-weight: normal;
}

OL {
  margin-right: 1in;
}


