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


	h1 {pause: 100%;}
	h2 {pause: 100% 50%;}
	h3 {pause: 50% 50%;}


	i, em {
		richness: 70;
		stress: 70;
	}
	b, strong{
		richness: 90;
		stress: 90;
	}

	.skip{
		speak:normal;
	}

	code,samp{
		speak-punctuation:code;
	}

	abbr{
		speak:spell-out;
	}
	acronym{
		speak:normal;
	}

	abbr[title]:after, acronym[title]:after {
		content: " " attr(title);
		speak: normal;
		pause-after: 50%;
	}

	img:after{
 		content: " " attr(alt);
		speak: normal;
		pause-after: 50%;
	}