body {

  font-size: 1.06rem;

  font-family:  Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif, verdana,arial,helvetica,sans-serif;

  line-height: 1.6rem;

}



h1 {

  font-size: 110%; 

}



h2 {

  font-size: 110%;

  border-radius: 1px;

  border-color: white;

  border-width: 1px;

  border-style: dashed;

  background-color: #ffdfaa; 

  padding: 1px;

  padding-left: 1px;  

  text-align: center;    

}



header {
  margin-bottom: 1px;
}

footer {
	text-align:center;
}

#listHeader {
  border-radius: 25px;
  border-color: white;
  border-width: 1px;
  border-style: dashed;
  background-color: #ffbf88; 
  padding: 10px;
  padding-left: 10px;  
  text-align: center;  
}

#sectionHeader {
  border-radius: 25px;
  border-color: white;
  border-width: 1px;
  border-style: dashed;
  background-color: #FFE5D6; 
  padding: 10px;
  padding-left: 10px;  
  text-align: center;  
}

@media only screen and (min-width: 728px) {
  #allContent {
	width: 728px;
	padding-top: 5px;
	padding-bottom:5px;
	margin-left: auto;
	margin-right: auto;
  }
}

@media only screen and (max-width: 728px) {
  #allContent {
	width: 100%;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left: 5px;
	padding-right: 5px;
  }
}