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

#box {
azimuth: left;
volume: inherit;
speak: inherit;
speech-rate: inherit;
}
#box h2 {
volume: loud;
speak: normal;
speech-rate: slow;
pause: 30ms;
}
#box h3 {
volume: medium;
speak: normal;
speech-rate: slow;
pause: 20ms;
}
#box p{
volume: medium;
speech-rate: medium;
}
#box a:link {
voice-family: male;
volume: medium;
}
#box a:visited {
voice-family: child;
volume: soft;
}
#box a:hover {
volume: loud;
voice-family: female;
}
#box cite {
volume: loud;
speech-rate: slower;
voice-family: female;
}
#box #footer {
volume: loud;
}


