/*begin aural styles*/
@media aural{
	
body {
speak: normal;
speak-punctuation: none;
speak-numeral: continuous;
speech-rate:medium;
voice-family:paul, male;
azimuth:center;
elevation:level;
}

h1, h2, h3, h4, h5, h6 {
stress:20;
richness:90;
}
h1, h2 {
pitch:x-low;
pitch-range:90;
}

h3, h4, h5, h6 {
pitch:low;
pitch-range:70;
}

li, dt, dd {
pitch:medium;
richness:60;
}
em, strong, i, b, u {
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;
}
}
/*end aural styles*/
/* aural styles by Kory K. Goold for antihubris.com*/