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

h2 {
	pause-after: 100%;
}

em {
	stress: 70;
}
strong {
	richness: 90;
}
address {
	display: inline;
	richness: 60;
	stress: 60;
	pause: 100%;
}

/*abbr {
	speak: spell-out;
}
abbr[title]:after, acronym[title]:after {
	content: " " attr(title);
	speak: normal;
}
acronym {
	speak: normal;
}*/

acronym {
	speak: spell-out;
}
acronym[title]:after {
	content: " " attr(title);
	speak: normal;
}

img:after {
	content: " " attr(alt);
	speak: normal;
}

#statcounter {
	display: none;
	speak: none;
}