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

#top {
azimuth: left;
}
#top h1 {
volume: loud;
speak: normal;
speech-rate: medium;
pause-before: 10ms;
pause-after: 30ms;
}

#menu {
azimuth: left;
}
#menu a {
volume: medium;
speak: normal;
speech-rate: medium;
voice-family: male;
}
#menu a:hover {
volume: loud;
voice-family: female;
}

#textleft, #textright {
azimuth: center;
}
#textleft p, #textright p {
volume: medium;
voice-family: male;
}
#textleft h2, #textright h2 {
volume: loud;
voice-family: female;
pause: 30ms;
}
#textleft h3, #textright h3 {
volume: medium;
voice-family: female;
pause: 20ms;
}

#footer {
azimuth: center;
}
#footer p {
azimuth: inherit;
volume: soft;
voice-family: female;
}