h2 {
  font-family: sans-serif;
}

li {
  font-family: sans-serif;
  line-height: 1.5em;
  list-style: disc url(/images/icons/tick.gif);
  margin-top: 1.5em;
  padding-left: 10px;
}

q {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 1.1em;
  font-weight: normal;
}
/*
q:lang(en) { quotes: '"' '"' "'" "'" }
[LANG|=en] > *  { quotes: "\201C" "\201D" "\2018" "\2019" }
q { quotes: '"' '"' "'" "'" }
q:lang(en) { quotes: "\201C" "\201D" "\2018" "\2019" }
*/
q:lang(en) { quotes: "&ldquo;" "&rdquo;" "&lsquo;" "&rsquo;" }
q:before { content: open-quote }
q:after  { content: close-quote }

span.highlight {
  background: #ffffcc;
  font-size: 1.1em;
  padding-left: 5px;
  padding-right: 5px;
}

cite {
  /*display: block;*/
  /*font-family: "Monotype Corsiva", "Zapf-Chancery", Script, cursive;*/
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
}
cite:before { content: "  --  " }


