body  {
  voice-family: female;
  azimuth: center;
  elevation: level;
}

/* branding */
#header  {
  voice-family: female;
  elevation: 90deg;
  richness: 60;
  }

/* navigation */
.breadcrumbs {
  voice-family: male;
  elevation: 10deg;
}

#footer a {
  voice-family: male;
  elevation: 10deg;
}


/* content voice */
#content {
  voice-family: female;
  elevation: level;
}

/* small print */
#footer {
  voice-family: male;
  elevation: -10deg;
}

