a.button {
  display: block;
  background: url("/images/hanav.png") 0 0 no-repeat;
  width: 195px;
  height: 35px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  margin: 5px 62px 5px 63px;
}

a:active.button {
  display: block;
  background: url("/images/hanavactive.png") 0 0 no-repeat;
  width: 195px;
  height: 35px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #330077;
  line-height: 32px;
  margin: 5px 62px 5px 63px;
}

body {
  width: 320px;
  padding: 5px;
  margin: 0;
  text-align: center;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
}

p.directions {
  text-align: left;
  text-indent: -20px;
  margin: 0 0 0 20px;
}

p.footer {
  font-size: 14px;
  font-style: italic;
}