h2#homeheader {
  clear:both;
  border: 0;
  font-size: 1.2em;
  padding-top: 1.0em;
  margin-top: 1.0em;
  color: #000;
  text-align: center;
}

#hometable {
  height: 1%;
  clear:both;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  white-space: nowrap;
  word-wrap: none;
  padding: 3em 0 0 0;
  display: block;
}

a.hlink {
  position: relative;
  float: left;
  margin: 9px;
  white-space: nowrap;
  width: 140px; 
  height: 174px; 
  display: block;
  background-repeat: no-repeat;
}

a.hlink:hover {
  background-position: -140px 0;
  display: block;
  background-repeat: no-repeat;
}

h2 {
  font-weight: normal;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
}
