body {
  margin: 0;
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  color: #ffffff;
  background-image: url(images/tileBackground.GIF);
}
h1 {
   line-height  : 0.2;
   text-align   : center;
   text-indent  : 0;
   font-family  : Arial,Helvetica,sans-serif;
   font-size    : 18pt;
   font-weight  : bold;
   color        : #000000;
}
h2 {
   line-height  : 0.1;
   text-align   : center;
   text-indent  : 0;
   font-family  : Arial,Helvetica,sans-serif;
   font-size    : 11pt;
   font-weight  : normal;
   color        : #000000;
}
div.buttons {
  width: 190px;
  text-align: center;
  font-size    : 12pt;
}
div.buttons a {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-family: Arial,Helvetica,sans-serif;
  font-weight  : bold;
  border: 1px outset black;
  width: 190px;
  height: 22px;
  display: block;
  color: white;
  margin-bottom: 5px;
  background-color: #3366ff;
  text-decoration: underline;
  text-align: center;
}
div.buttons a:hover {
  border-style: inset;
  border-width: 1px;
  color: white;
  background-color: #000066;
  text-align: center;
  font-style  : italic;
}
