/**********************************************************************/
/*    I N D E X   A U R A L                                           */
/**********************************************************************/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
body {
	voice-family: "Bob Barker", "Monty Hall", male;
	volume: inherit;
	azimuth: center;
	elevation: level;
	speak: normal;
	speech-rate: medium;
}

acronym { 
	speak: spell-out;
}

hr {
	display: none;
}

.number,
.price {
	speak-punctuation: code;
	speak-numeral: digits;
}
