table.wh100 {
  width: 100%;
  height: 100%
}


.hand {cursor: hand}  /* IE */
.pointer {cursor: pointer}  /* others */


/* info */
body {
  margin: 0%;
  padding: 0%;
  height: 100%
}
footer.info {
  position: absolute;
  bottom: 0%;
  width: 100%;
  text-align: center
}
.info p {font-size: small}