/* CSS Document */
body, p {
    voice-family: female;
	stress: 20;
    richness: 90;
	azimuth: center
}

.intro {
    elevation: above;
	voice-family: female;
	stress: 30;
    richness: 100;
	azimuth: left
}

.menulinks{
    elevation: below;
	voice-family: male;
	stress: 30;
    richness: 100;
	azimuth: right
}
h1, h2, h3, 
h4, h5, h6    { 
	voice-family: paul, male; 
	stress: 20; 
	richness: 90;
	azimuth: center;
	pause: 100%
}

h1 { 
	pitch: x-low; 
	pitch-range: 90;
	elevation: above; 
}

h2 { 
	pitch: x-low; 
	pitch-range: 80
}
h3 {
	pitch: low; 
	pitch-range: 70
}

li, dt, dd {
	pitch: medium; 
	richness: 60; 
	voice-family: female;
	stress: 30;
	azimuth: right
}

em, i {
	pitch: medium; 
	pitch-range: 60; 
	stress: 60; richness: 50
}

strong, b {
	pitch: medium; 
	pitch-range: 60; 
	stress: 90; 
	richness: 90
}
a:link {
	voice-family: harry, male
}

a:visited {
	voice-family: betty, female
}

a:active {
	voice-family: betty, female; pitch-range: 80; pitch: x-high
}