h1 {
  background:
    transparent
    url('img/h1.gif')
    no-repeat
    scroll
    top left;
  width:213px;
  height:25px;
  overflow:hidden;
  text-indent: -1000em;
}

#multi {
  background:
    transparent
    url('img/h2/multi.gif')
    no-repeat
    scroll
    top left;
  width:274px;
  height:22px;
  overflow:hidden;
  text-indent: -1000em;
}

dt {
  font-weight:bold;
}

dd {
  margin-left:1em;
}

ul.inline {
  margin:1em;
}

ul.inline li {
  display:inline;
  list-style-type:none;
}

