
h1 {
    font-family: "Apple Chancery", "Times New Roman";
    color: #9f0000;
    text-align: center;
    font-weight: 750;
    font-size: 600%;
    background: silver;
    padding: 0px;
    margin: 0;
    border-bottom: 0px;
  }
.button {
    margin-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
    border-style: outset;
    border-top-color: white;
    border-bottom-color: black;
    border-left-color: white;
    border-right-color: black;
    background-color: #F1F1F1;  
    font-family: arial;
    font-weight: bolder;
    font-size: 65%;
    color: #FF0000;  
    text-decoration: none;
} 


