body {
  background: white;
  color: black;
  margin: 0;
  padding: 0;
}
.center { text-align: center }
div#body { width: 728px; }
div#header {
  height: 77px;
  background: black;
  margin: 0;
  width: 728px;
  display: table;
}
div#header img {
  float: left;
  border: none;
  width: 77px;
  height: 75px;
}
div.valign {
  vertical-align: middle;
  display: table-cell;
  margin: 0;
  padding-right: 1em;
}
div#header h1 {
  font: bold xx-large sans-serif;
  color: #0c0;
  margin: auto;
  text-align: right;
}
span.plus { font-style: italic; }
div#intro {
  text-align: left;
  padding: .5em 1em;
  margin-bottom: 5px;
  color: #090;
  background: #ff9;
  font: bold italic medium serif;
  border: 2px solid gray;
  border-top: none;
}
div#subtitle {
  background: #cebd8c;
  color: black;
  border-left: 2px solid gray;
  border-right: 2px solid gray;
  text-align: center;
  padding: .5em 1em;
  font: bold medium sans-serif;
}
.hih { color: #4b758d; }
div#ads {
  margin-bottom: 5px;
}
div#main {
  background: url("HKTPZebra.gif") no-repeat 0 0;
}
div#instructions {
  height: 135px;
  width: 568px;
  margin-left: 160px;
  margin-bottom: 5px;
  font-size: small;
  overflow: auto;
}
div#instructions ul {
  list-style-position: inside;
  padding: 0;
  margin: 0 0 .2em 0;
}
div#instructions ul.bottom {
  margin: 0;
}
div#buttons {
  width: 90px;
  float: left;
  margin-top: 75px;
  margin-left: 3px;
  text-align: center;
}
div#buttons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#buttons ul li {
  padding: 0;
  margin-bottom: 3px;
  background: #090;
  height: 90px;
}
div#buttons ul li:hover {
  background: #0c0;
}
div#buttons ul li a {
  background: #090;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
div#buttons ul li a:hover { background: #0c0; }
div#buttons img { border: none; padding: 0; margin: 0; }
div#applet {
  background: gray;
  height: 400px;
  padding: 2px;
  margin-left: 96px;
}
div#copyright {
  font: normal xx-small sans-serif;
  text-align: right;
  padding-top: .5em;
}
