h1 {
  background:
    transparent
    url('img/h1.gif')
    no-repeat
    scroll
    top left;
  width:308px;
  height:25px;
  overflow:hidden;
  text-indent: -1000em;
}

#init {
  background:
    transparent
    url('img/h2/init.gif')
    no-repeat
    scroll
    top left;
  width:83px;
  height:22px;
  overflow:hidden;
  text-indent: -1000em;
}

#month {
  background:
    transparent
    url('img/h2/month.gif')
    no-repeat
    scroll
    top left;
  width:105px;
  height:22px;
  overflow:hidden;
  text-indent: -1000em;
}

table {
  margin:0em;
  background-color:#c0c0c0;
  padding:1px;
  width:29em;
}

table th {
  margin:0;
  padding:3px;
  background-color:#f0f0f0;
  text-align:left;
  font-size:1em;
}

table td {
  margin:0;
  padding:3px;
  background-color:#fefcf6;
  text-align:right;
  width:15em;
}