/* This is the aural CSS. */

/* Hide the VoiceXML form from browsers with CSS support */
head form {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  voice-family: female;
  pause: 2s;
}

div, tr {
  pause: 1s;
}

li, th, td {
  pause: 500ms;
}

#content {
  pause-before: 2s;
}

/* We shall "hide" the numbering of the menus.
   This does not need to be read. */
#menus1 a:before, #menus2:after, #menus2 li:before {
  speak: none;
}
