@charset "UTF-8";

@media aural {
	body {
		volume: 100%;
		voice-family: male;
		speech-rate: medium;  
		pitch: medium;
		pitch-range: 50;
		stress: 60;
		richness: 70;
	}
	h1, big big { volume: 160%;}
	h2, big { volume: 140%;}
	h3, th { volume: 120%;}
	h4, h5, h6 { volume: 100%;}
	small { volume: 80%;}
	small small { volume: 60%;}
	kbd, code { speak-punctuation: code;}
	.noSpeak, .aa { speak: none;}

	/* Author Voice */
	.AutNomal {
		voice-family: male;
		speech-rate: medium;
		pitch: medium;
		pitch-range: 50;
		stress: 60;
		richness: 70;
	}
	.AutHigh {
		voice-family: male;
		speech-rate: high;
		pitch: medium;
		pitch-range: 50;
		stress: 70;
		richness: 70;
	}
	.AutSlow {
		voice-family: male;
		speech-rate: slow;
		pitch: low;
		pitch-range: 40;
		stress: 60;
		richness: 70;
	}

@media screen, projection, handheld, print, tv {
	* { display: none !important;}
	title {
		display: block !important;
		font-size: 100% !important;
		font-weight: 700 !important;
		text-align: center !important;
		padding: 0.5em !important;
		background-color: #FFF !important;
		color: #008 !important;
	}
}