:hover {
  text-decoration:  overline underline;
  background:       transparent;
  color:            red;
}

input.Button {
  font-family:  arial, verdana, sans-serif;
  font-size:    14px;
  font-weight:  bold;
  color:    navy;
  background-color:    white;
  border-color:  navy;
  text-align:  center;
  vertical-align: top;
  width:20px;
  height:22px;
}

input.Button2 {
  font-family:  arial, verdana, sans-serif;
  font-size:    14px;
  font-weight:  bold;
  color:    white;
  background-color:    navy;
  border-color:  white;
  text-align:  center;
  vertical-align: top;
  width:20px;
  height:22px;
}

