body { background: #ccccff; color: #000000}
  a:link { color: #0000ff; font-weight: bold }
  a:visited { color: #990000; font-weight: bold }
  a:active { color: #009900; font-weight: bold }
h1 {font: 160% "Gill Sans", Arial, sans-serif}
h2 {font: 140% "Gill Sans", Arial, sans-serif}
h3 {font: 120% "Gill Sans", Arial, sans-serif}
h4 {font: 110% "Gill Sans", Arial, sans-serif; font-weight: bold}
p {font: 100% Arial, sanserif}
 .across {width: 100%}
 .caption {float: right; width: 30%}
 .floatl {float: left}
 .floatr {float: right}
 .link {border-width: 0px}
 .photo {border-style: solid; border-color: #ffffff; border-width: thick}
 .ref {font: 80% "Gill Sans", Arial, sans-serif}
hr.inter {width: 30%}


@media print {
  @page       { margin: 10% }
  h1, h2,
  h3, h4      { page-break-after: avoid; page-break-inside: avoid }
  blockquote,
  ul, ol      { page-break-before: avoid }
  li          { page-break-inside: avoid }
}

@media speech {
  h1, h2,
  h3, h4    { voice-family: paul, male; stress: 20; richness: 90 }
  h1        { pitch: x-low; pitch-range: 90 }
  h2        { pitch: x-low; pitch-range: 80 }
  h3        { pitch: low; pitch-range: 70 }
  h4        { pitch: medium; pitch-range: 60 }
  li        { pitch: medium; richness: 60 }
  i         { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  b         { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  a:link    { voice-family: harry, male }
  a:visited { voice-family: betty, female }
  a:active  { voice-family: betty, female; pitch-range: 80; pitch: x-high }
  span.spell  { speak: spell-out }
  span.digit  { speak-numeral: digits }
  span.number { speak-numeral: continuous }
}

