 html,body {
  height: 100%;
 }
 body {
  font-family: Verdana;
  font-size: 80%;
  text-align: center;
  margin:0;
  padding:0;
  background-color: #A0A0A0;
 }
 h1 {
  font-size: 150%;
  margin:5px;
 }
 h2 {
  font-size: 130%;
  margin:5px;
 }
 a:link {text-decoration: none; color: blue;}
 a:hover {text-decoration: underline; color: red;}
 a:visited {text-decoration: underline; color: blue;}
 a:active {text-decoration: underline; color: black;}
 #holder {
  width: 400px;
  background-color: #ffffff;
  text-align: center;
  margin: 0 auto;
  min-height: 100%;
  _height: 100%;
 }
 #contents {
  padding: 10px;
 }
 table {
  width: 350px;
  margin: 0 auto;
  font-size: 100%;
 }
 table th {
  text-align: right;
  vertical-align: top;
 }
 table td {
  text-align: left;
  vertical-align: top;
 }
