@charset "UTF-8";

/*
 * voice.css
 * (C) 2004-2009 James Rowe.
 * 
 * This style sheet is licensed under the Creative Commons
 * Attribution-ShareAlike 3.0, for more information check the Creative
 * Commons website(http://creativecommons.org/licenses/by-sa/3.0/).
 */

pre {
    speak-numeral: digits;
    speak-punctuation: code;
}

acronym:hover, abbr:hover, cite:hover {
    speak: spell-out;
}

a.feed {
    speak: none;
}

p code {
    speak-numeral: digits;
    speak-punctuation: code;
}

em {
    stress: 65;
}

strong {
    stress: 80;
}

/* vim: set sw=4 sts=4 et tw=80 fileencoding=utf-8: */


