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

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

/* A paragraph that has been added to the original document. */
P.annotation {
}

/* The author of a document, typically alone in a paragraph. */
P.author {
}

P.sectiontitle {
}
  
H1 {
  font-style: normal;
  font-weight: normal;
}

H2 {
  font-style: normal;
  font-weight: bold;
}

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

UL {
  font-style: normal;
  font-weight: normal;
}

OL {
  font-style: normal;
  font-weight: normal;
}

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

STRONG.example {
}

STRONG.partofspeech {
  font-style: italic;
}

STRONG.error {
}

STRONG.function {
}

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

STRONG.example EM.word {
  font-weight: bold;
  font-style: italic;
}

EM.word {
  font-weight: bold;
  font-style: normal;
}

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

