/* /css/aural.css for dithered.com
   aural styles for all pages
   code by Chris Nott (chris[at]dithered[dot]com) */

/* structure */
html {
   voice-family: male;
   }


/* text */
abbr {
   speak: spell-out;
   }
abbr[class="trunc"] { 
   content: attr(title);
   } 
code {
   speak-punctuation: code;
   }
em {
   speech-rate: slower;
   }
h1, h2, h3, h4, h5, h6 {
   pause-before: 100%;
   richness: 90;
   stress: 20;
   }
strong {
   }


