

div.button {
  
  font-size: 26px;
 text-align: center;  

}

div.button1 a {
  

  font-family: helvetica,arial,sans-serif;
  padding: 4px;
  display: block;
  border-top: none;
  border-bottom: none;
 font-weight: bolder;
  text-decoration: none;
  color: #333;
text-align: center;

border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;

}

div.button1 a:hover {
  display: block;
  border-top: none;
  border-bottom: none;
  text-align: center;
  text-decoration: none;
  color: #333;


background-color: #B35A00;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;
}

