body {
  font-size: 1.06em;
  font-family:  Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif, verdana,arial,helvetica,sans-serif;
  line-height: 1.6em;
}

h1 {
  font-size: 110%;
}

header {
  margin-bottom: 20px;
}

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;  
}

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

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