@charset "UTF-8"; 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* 
 |    MWCaural.css                                          | 
 |                                                          | 
 |    MtWchiro website Aural Style Sheet                    | 
 |                                                          | 
 |    Site version: 1.1             Edition:  semi-final    | 
 |    StyleSheet version: 0.1       Created:  11-01-2010    | 
 |                                  Revised:  11-01-2010    | 
 |    Author: Phillip                                       | 
 |                                                          | 
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ 

 
 
		/* Type of abbreviation formed from the initial letters of a multi-word name, to make a new pronounciable WORD. [e.g. Laser, Qantas, radar]	*/
		acronym {
			speak : normal;
			}

			/* Define special classes of Abbreviations so users with text-to-speech software get these pronounced properly 		
			ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ*/ 
			abbr.initialism {						/* An abbreviation pronounced as the names of the individual letters. [eg "FBI", "USA"]	*/
				speak : spell-out;
				}
			abbr.truncation {						/* An abbreviation consisting only of the first part of the word. [eg "Tue" for "Tuesday"]	*/
				speak : normal;
				} 	
			abbr.contraction {					/* Shortened form of a word (or word-pair) that ends in the same letter as the word itself.. [eg "Ave" = Avenue, "Can't" = 'Can not']	*/
				speak : normal;
				} 
