body {
  font: 11pt sans-serif;
  padding-top: 75px;
  text-align: center;
}
h1 {
  font: 20pt sans-serif;
  color: green;
}
div.chasm {
  height: 200px;
  background: url(cat-white-trans-square.gif) center center no-repeat;
}
a {
  color: green;
}
a:hover {
  text-decoration: none;
}
.hidden {
  display: none;
}
#contact {
  border: thin solid green;
  width: 275px;
  margin-top: 10px;
  text-align: left;
  padding: 0;
  white-space: nowrap;
}
#contact h2 {
  margin: 0 0 10px 0;
  padding: 3px;
  background-color: rgb(70%, 70%, 70%);;
  font: 12pt normal sans-serif;
  border-bottom: thin solid green;
}
#contact div {
  margin: 0 5px 10px 5px;
}
#contact div.name {
  font-weight: bold;
}
#contact div.address {
  white-space: pre-line;
}
