body {
  background-color:black;
  color:white;
  font-family: Arial;
}

a {
  color: white;
}

.button {
  margin:0px auto;
}

.button a {
  color: black; 
  background-color: #5F64A8;
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  float:left; 
  width: 100px;
  height: 20px;
  background-repeat:no-repeat; 
  background-image: url(images/buttonback.gif);
  padding: 1px 0px 0px 0px;
}

.button a:hover {
  background-color:black;
}

.button a:active {
  color:white;
}