* { speak: normal; speak-numeral: continuous; speak-punctuation: none; speak-header: always; }
#footer #abn, #main #phone { speak-numeral: digits; }
.buyprice { speak-numeral: continuous; }
.ampm { speak: spell-out; }
table.once thead th { speak-header: once; }
table.once tbody th { speak-header: always; }
body {
	volume: 100;
	voice-family: female;
}

h2 {
	pause-after: 100%;
}

em {
	stress: 80;
	richness: 60;
}
strong {
	richness: 90;
	stress: 70;
}
acronym {
	speak: spell-out;
}
acronym:after {
	content: " " attr(title);
}
img:after {
	content: " " attr(alt);
	speak: normal;
}

#statcounter, #facebook_appear, #firefox_button, #addthis, .balloonstyle, #statlink, #toplogo {
	display: none;
	speak: none;
}
#page_menu acronym.vegan:after, #page_menu acronym.gluten:after, #page_menu acronym.awrice:after {
	content: inherit;
}