* {
    speak: normal;
    speak-punctuation:none;
    speak-numeral: continuous;
    volume: medium;
    voice-family: female;
  }


dt {
    voice-family:male;
    stress: 80;
    pitch: medium;
    richness: 60;
  }


dd {
    voice-family: female;
    pitch: medium;
    richness: 60;
  }


h1 {
    pause-after : 30%;
    pause-before : 30%;
    pitch : x-low;
    pitch-range : 90;
    volume : loud;
  }


h2 {
    volume: loud;
    pause-after : 30%;
    pause-before : 30%;
    pitch: x-low;
    pitch-range: 80;
  }


h3 {
    volume: loud;
    pause-after : 30%;
    pause-before : 30%;
    pitch: low;
    pitch-range: 70;
  }


h4 {
    volume: loud;
    pause-after : 30%;
    pause-before : 30%;
    pitch: medium;
    pitch-range: 60;
  }


h5 {
    volume: loud;
    pause-after : 30%;
    pause-before : 30%;
    pitch: medium;
    pitch-range: 50;
  }


h6 {
    volume: loud;
    pause-after : 30%;
    pause-before : 30%;
    pitch: medium;
    pitch-range: 40;
  }


li {
    pitch: medium;
    richness: 60;
  }


pre, code, tt {
    pitch: medium;
    pitch-range: 0;
    stress: 0;
    richness: 80;
  }


em {
    pitch: medium;
    pitch-range: 60;
    stress: 60;
    richness: 50;
  }


strong {
    pitch: medium;
    pitch-range: 60;
    stress: 90;
    richness: 90;
  }


dfn {
    pitch: high;
    pitch-range: 60;
    stress: 60;
  }


s, strike {
    richness: 0;
  }


i {
    pitch: medium;
    pitch-range: 60;
    stress: 60;
    richness: 50;
  }


b {
    pitch: medium;
    pitch-range: 60;
    stress: 90;
    richness: 90;
  }


u {
    richness: 0;
  }


