body {
	voice-family: male;
	volume: medium;
	speak: normal;
	speech-rate: medium;
	stress: 50;
	richness: 50;
}

h1 {
	pause-before: 40ms;
	pause-after: 20ms;
	azimuth: far-left;
	elevation: above;
	speech-rate: x-slow;
	volume: loud;
	pitch: x-low;
	pitch-range: 90
}

h2 {
	pause-before: 30ms;
	pause-after: 20ms;
	azimuth: left-side;
	elevation: above;
	speech-rate: slow;
	volume: loud;
	pitch: x-low;
	pitch-range: 80
}

h3 {
	pause-before: 20ms;
	pause-after: 20ms;
	azimuth: left;
	elevation: above;
	speech-rate: slow;
	volume: loud;
	pitch: low;
	pitch-range: 70
}

h4, h5, h6 {
	voice-family: male;
	stress: 20;
	richness: 90
}

h4 {
	pitch: medium;
	pitch-range: 60
}

h5 {
	pitch: medium;
	pitch-range: 50
}

h6 {
	pitch: medium;
	pitch-range: 40
}

li, dt, dd {
	pitch: medium;
	richness: 60
}

dt {
	stress: 80
}

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
}

a:link {
	voice-family: male
}

a:visited {
	voice-family: female
}

a:active {
	voice-family: female;
	pitch-range: 80;
	pitch: x-high
}

table {
	speak-header: always;
}

#error {
	azimuth: right;
	speech-rate: slow;
	elevation: higher;
	volume: x-loud;
}