h1 {
  background:
    transparent
    url('img/h1.gif')
    no-repeat
    scroll
    top left;
  width:142px;
  height:25px;
  overflow:hidden;
  text-indent: -1000em;
}

#outside {
  background:
    transparent
    url('img/h2/outside.gif')
    no-repeat
    scroll
    top left;
  width:123px;
  height:22px;
  overflow:hidden;
  text-indent: -1000em;
}

#inside {
  background:
    transparent
    url('img/h2/inside.gif')
    no-repeat
    scroll
    top left;
  width:124px;
  height:22px;
  overflow:hidden;
  text-indent: -1000em;
}

div ul {
  margin-left:1em;
}
