body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.6em;
  color: black;
}
h1, h2, h3 {
	font-family: 'Libre Baskerville', serif;
  font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	line-height: 1em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.1em;
	margin-top: 2em;
}
#masthead {
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 2.5em;
	margin-top: 0.1em;
	margin-bottom: 1em;
	line-height: 1em;
}
#masthead a {	
	text-decoration: none;
	color: inherit;
}
#masthead a:hover {
	text-decoration: underline;
	color: inherit;
}
