body {
  background: white;
  color: #333;
  line-height: 1.3;
  text-align: justify;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif }
h1 {
  line-height: 1;
  text-align: center;
  font-variant: small-caps;
  border-bottom: thin solid;
  padding: 0 0.5em 0.2em 0.5em;
  font-weight: normal }
h1:first-line { 
  border-bottom: none;      /* bug in Konqueror 3.1 */
  font-style: italic }
a:link img, a:visited img {
  border-style: none }
h1, h3 {
  color: #000 }
h3 {
  font-weight: bold;
  font-size: 1em;
  margin: 1.5em 1em 1em 0;
  display: run-in }
h3.subtitle {
  font-weight: normal;
  font-style: italic;
  margin: 1em;
  display: block;
  text-align: center }
h2 {
  text-align: center;
  line-height: 1;
  color: #aa7;
  border-bottom: thin solid;
  padding: 0 0.5em 0.2em 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
  margin-top: 3em }
p + p {             /* Indent rather than top margin */
  text-indent: 1.2em;
  margin-top: 0 }
p {
  margin-top: 1em;
  margin-bottom: 0 }
dd {
  padding-left: 1.5em;
  margin-left: 0 }
a:link {
  color: #037 }
a:visited {
  color: #551a8b }
a:active {
  color: #900 }
a:hover {
  background: #999;
  color: #FFF;
  outline: solid red }
a:hover * {         /* Work-around for Konqueror 3.1 */
  background: inherit }
p.stb { text-indent: 0; margin-top: 0.4em }
p.mtb { text-indent: 0; margin-top: 0.83em }
p.ltb { text-indent: 0; margin-top: 2.17em }
dt {font-weight:bold};
