.button {
  background-color:#CCC; 
  
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size:24px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black;
  border-left-color:#F00;
  border-left-width:5px;
  border-top-color:#CCC;
  border-top-width:1px;
  border-right-color:#ccc;
  border-right-width:1px;
  border-bottom-color:#ccc;
  border-bottom-width:1px;
  font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
	color:#F00;
}

.button1:hover {
  background-color:#CCC;
  color: white;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}