@font-face {
  font-family: Arial;
  font-style:  normal;
  font-weight: normal;
  }

BODY { background-color:white; font-family: Arial; }
TD { font-family: Arial; }
H2 { font-family: Arial; font-size: 32pt; }

DIV.button A 
  { 
  color: white;
  font-weight:bold;
  text-decoration: none;
  }

DIV.button
  {
  text-align:center;
  background-color: #0000FF;
  width:150px; height:20px; color:white;
  border:solid outset 2px; 
  text-align: center;
  margin-bottom:1px;
  }
