/* Nella primavera del 2004 rimasi con gli occhi bendati per un mese a causa di un infezione
dovuta alle lenti a contatto. Fu allora che cominciai a riflettere seriamente sull'accessibilità
delle risorse Web per le persone non vedenti. I CSS Aural furono la risposta */

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

h1 {
pause: 30ms 40ms;
volume: loud;
speak: inherit;
speech-rate: inherit;
azimuth: center;
voice-family: male;
}

#links {
azimuth: left-side;
volume: medium;
speak: normal;
}

#links a {
azimuth: inherit;
volume: inherit;
speak: inherit;
voice-family: male;
}
#links a:hover {
azimuth: inherit;
volume: loud;
speak: inherit;
voice-family: female;
}

#right {
azimuth: center;
volume: medium;
speak: normal;
}
#right h2 {
azimuth: inherit;
volume: loud;
speak: inherit;
voice-family: female;
}
#right h3 {
azimuth: inherit;
volume: inherit;
speak: inherit;
voice-family: female;
}
#right h4 {
azimuth: inherit;
volume: soft;
speak: inherit;
voice-family: female;
}
#right p {
azimuth: inherit;
volume: inherit;
speak: inherit;
voice-family: male;
}
#right .short {
azimuth: inherit;
volume: loud;
speak: spell-out;
}
#right .comment {
azimuth: inherit;
volume: loud;
speak: inherit;
}


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