/*
 * © 2006-08 ROBO Design
 * http://www.robodesign.ro
 */

#speech-sample {
	border: 6px solid #000;
	margin: 10px;
	padding: 10px;
	voice-family: male;
}

#voice-volume { -xv-voice-volume: x-soft; -xv-voice-balance: right; }
#voice-balance { -xv-voice-balance: left; }
#speech-cue { cue-after: url("ding.wav"); }
#voice-rate { -xv-voice-rate: x-slow; }
#voice-family { voice-family: female; }
#voice-pitch { -xv-voice-pitch: x-low; }
#speech-speak { speak: spell-out; }


