 .error {color: #FF0000;}
a {
  text-decoration: none;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
   background-color: white;
   color: black;
    
}
div{
border-style: none;	
}
.button1 {
  background-color: white;
  border: none;
  color: black;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 0px 0px;
  cursor: pointer;
}
