body { 
  background-color: #e6e6fa;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        large;
}

#allcontent {
  width:            800px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #778899;
  margin-left:      auto;
  margin-right:     auto;
}

#header {
  background-color: #778899;
  height:           140px;
  color:	    white;
  line-height:      20px;
  padding-top:      10px;
  margin-top:       25px;
  
}

#main {
  background-color: #778899;
  font-size:        105%;
     
}

#message {
  background-color: #778899;
  font-size:        150%;
  color:	    #e6e6fa;
  text-align:	    center;
  height:           70px;
  margin-top:       25px;

}

#footer {
  background-color: #778899;
  color:            #e6e6fa;
  text-align:       center;
  font-size:        75%;
  height:	    70px;
} 

h1 {
  font-size:        250%;
  color:            white;
  text-align:	    center;
}

h2 { 
  font-size: 110%;
  text-align:  center; 
}


