 /* This formats the button on the web page. */
 .cmbutton1{
 border: 12px #444444 solid;
 border-radius: 10px;
 -moz-border-radius: 10px;
 background: white;
 color: red;
 width: 30%;
 margin: auto;
 } 

body {
    /* background-color: #F7EF5b; */
    background: linear-gradient( #F7EF5b, #e6f5ff);
} 

h1 {
    color: black;
    text-align: center;
}

u1 {
    color: black;
    text-align: center;
    text-decoration: none;
    border-bottom: 5px solid black;
}​