.digits {
   speak-numeral: digits;
}
.spell_out {
   speak: spell-out;
}
#navigation {
   voice-family: male;
}
#content {
   voice-family: female;
}
#content img.h3 {
   speak: none;
}
#content h3,
#content h3.hide {
   speak: normal;
}
#footer {
   speech-rate: faster;
}
