@charset "iso-8859-1";
	 /* VSA Arts of Montana Stylesheets: Copyright 2004 Joseph C. Dolson */

#nav {
 voice-family: male;
 pitch: high;
 richness: 60;
 }
 
#content {
 voice-family: female;
 pitch: low;
 richness: 75;
 }
 
#right {
 voice-family: female;
 pitch: low;
 richness: 75;
 }
 
#head {
 voice-family: male;
 pitch: medium;
 richness: 50;
 }
 
#footer {
  voice-family: female;
  pitch: high;
  richness: 40;
  speech-rate: fast;
  }
  
p {
  speak-punctuation: code;
  }
  
.num {
	 speak-numeral: continuous;
 	 }
	 
.dig {
	 speak-numeral: digits;
	 }

h1 {
   stress: 75;
   richness: 80;
   }

h2 {
   stress: 65;
   richness: 75;
   }
   
 h3 {
  	stress: 55;
	richness: 65;
	}
