H1{
  text-align: right;
  color: blue;
  background: white;
  volume: loud;
  azimuth: left;
  voice-family: female;
  pitch: high;
}
H2{
  text-align: right;
  color: blue;
  background: white;
  volume: medium;
  azimuth: right;
  voice-family: male;
  pitch: low;
}
H3{
  text-align: right;
  color: blue;
  background: white;
  volume: x-soft;
  azimuth: center;
  voice-family: child;
  pitch: x-high;
}
