body {
volume: medium;
speak: normal;
speech-rate: medium;
}

#box {
volume: inherit;
speak: inherit;
speech-rate: inherit;
azimuth: center-right;
}

#inner {
voice-family: female;
speech-rate: medium;
volume: soft;
azimuth: center-right;
speak: normal;
}
#inner h2 {
voice-family: inherit;
speech-rate: slow;
volume: medium;
azimuth: center;
speak: normal;
pause: 30ms;
}

a:link {
volume: loud;
voice-family: male;
}
a:visited {
volume: soft;
voice-family: child;
}
a:hover {
volume: medium;
voice-family: female;
}

em {
volume: medium;
voice-family: male;
speak: normal;
speech-rate: slow;
}

