body {   
  background-color:#94b8b8;
  padding-bottom: 8px;
} 

.pgtitle {  
  background-image: url(../indeximage/ramcheader.jpg);
  background-size: 100% 100%;
  height: 300px;
  border: 3px #600 solid;
  background-repeat: no-repeat;
  margin-top: 20px;
}
   
 h1 {
  font-family: Geneva, Helvetica, Arial, sans-serif;
  word-spacing: 2px;
  color: #660033;
  text-shadow: -3px 4px 3px #666;
  margin: 3.5em 0 0 2em;
}
       
nav { background-color: #B5B591;
  padding: 6px 8px 6px 10px;
}

nav a:link {color: #663300;}
nav a:visited {color: #900;}
nav a:hover {color: #F33;}
nav a:active {color: #B2F511;}

form { padding-top: 8px;
padding-bottom: 8px;
}           
  
 section {
  background-color: #b9b992;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
      
.subform input[type="submit"] {
  font-weight: bold;
  font-size: 1.2em;
  background-color:#009933;
  transition-property: background-color;
  transition-duration:1s;
  padding:.6em;
}



    
