/* Based upon an aural style sheet originally developed by Anne Van Kesteren. 
   Original style sheet was liscenced as follows:
   
   copyright:   Creative Commons License [creativecommons.org/licenses/by-nc-sa/1.]
   contact:     annevankesteren.nl/weblog/contact/
   website:     annevankesteren.nl/

*/

/* elements */

body {
 volume: medium;
 voice-family: male;
}

abbr {
 speak: spell-out;
}

acronym {
 speak: normal;
}

em {
 speech-rate: slower;
 volume: loud;
}

strong {
 volume: x-loud;
}

del {
 speak: none;
}

ins {
 speak: normal;
}

code {
 speak-punctuation: code;
}
