/** BASIC */

body {
 background: url("images/oceanbackground.jpg");
 background-attachment: fixed;
}

h2 {
  font-family: comic sans MS;
  color: #111111;
  font-size: 14pt;
  font-weight: 800;
  text-align: center;
}
h3 {
  font-family: comic sans MS;
  color: navy;
  font-size: 12pt;
  font-weight: 600;
  text-align: center;
}
h4 {
  font-family: comic sans MS;
  color: navy;
  font-size: 12pt;
  font-weight: 600;
  text-align: left;
}

#mySubmit { 
background-image: url('http://www.goodhealthywater.com/images/meetings.jpg');
cursor:hand;
width 500px
height: 150px;
border: none;
}