body {
	border-style: none;
	margin: 2em;
	font: 25px -apple-system, sans-serif;
	line-height: 1.333em;
	color: #63775B;
}
h1 {
	border-style: none;
  	margin: auto;
	font: 36px -apple-system, sans-serif;
	color: #63775B;
	text-align: center;
}
h2 {
	border-style: none;
  	margin: auto;
	font: 25px -apple-system, sans-serif;
	color: #63775B;
	text-align: center;
}
h2.tallLine {
	padding-top: 20px;
}
h3 {
	border-style: none;
  	margin: auto;
	font: 18px -apple-system, sans-serif;
	color: #63775B;
	text-align: center;
}
p {
	font: 18px -apple-system, sans-serif;
}
iframe {
	width: 670px;
	height: 175px;
  	margin: auto;
}
p.highlight {
	font: 18px -apple-system, sans-serif;
	text-decoration-line: overline underline;
  	text-decoration-color: yellow;
}
ul {
	
	color: #63775B;
}
li {
	text-align: center;
	padding-right: 30px;
	color: #63775B;
}
/* unvisited link */
a:link {
  color: #63775B;
}

/* visited link */
a:visited {
  color: #63775B;
}

/* mouse over link */
a:hover {
  color: #63775B;
}

/* selected link */
a:active {
  color: blue;
}
span {
	display: inline;
}
.button {
  background-color: #FFF;
  border: none;
  color: #63775B;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}
@media (prefers-color-scheme: light) {
	body {
		background-color: #FFF;
		color: #63775B;
	}
	img {
		filter: none;
	}
}