html {
	color: black;
	/* color: white; */
	background: AntiqueWhite;
	/* max-width: 800px; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* text-align: center; */
	line-height: 1.5;
	font-size: 18px;
	font-family: Georgia, serif;
}
h1, h2 {
	color: LightSlateGray;
}

body {
	margin: 0 auto;
	max-width: 72em;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	hyphens: auto;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	font-kerning: normal;
}
@media (max-width: 600px) {
  body {
    font-size: 0.9em;
    padding: 1em;
  }
}
@media print {
  body {
    background-color: transparent;
    color: black;
    font-size: 12pt;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3, h4 {
    page-break-after: avoid;
  }
}
code{
	white-space: pre-wrap;
}
span.smallcaps{
	font-variant: small-caps;
}
span.underline{
	text-decoration: underline;
}
div.column{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
div.hanging-indent{
	margin-left: 1.5em;
	text-indent: -1.5em;
}
ul.task-list{
	list-style: none;
}
.display.math{
	display: block;
	text-align: center;
	margin: 0.5rem auto;
}

/* strong { */
/* 	color: Gray; */
/* } */
