h1 {
  font: 200%/100% "Lucida Grande";
  position: relative;
  color: #99ffcc;
}
h1 span {
  background: url(gradient-glossy.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}

h5 {
  font: bold 220%/100% "Lucida Grande";
  position: relative;
  color: #99ccff;
}
h5 span {
  background: url(gradient-shine.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}


