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

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

h3 {
volume: loud;
pause: 30ms;
speech-rate: slow;
voice-family: female;
}
h4 {
volume: medium;
pause: 20ms;
speech-rate: slow;
voice-family: male;
}

#wrapper {
azimuth: center;
}

#header {
speak: none;
}

#content {
azimuth: center;
speech-rate: medium;
volume: medium;
}
#content p {
voice-family: male;
}
#content cite {
voice-family: female;
speak: normal;
speech-rate: slow;
volume: loud;
}

#footer {
azimuth: center;
volume: soft;
}