body {
 /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;*/
	font-family: "Courier New", serif;
  line-height: 1.1em;
  font-size: 1.1em;
  color: #ffffff;
  max-width: 40rem;
	padding:0;
/*	margin:0;*/
  padding: 2rem;
  margin: auto;
	margin-bottom: 2em;
  background: #000000;
  overscroll-behavior-y: none;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
}

img {
  max-width: 100%; }

a {
  color: #0074D9; }

h1, h2, strong {
  color: #ffffff;
	margin: 0;
}

h1 {
	font-family: "Helvetica Neue Condensed Black", "Arial", sans-serif;
	text-transform: uppercase;
  font-size: 2.2em;
	line-height: 1.1em;
}

h2 {
  font-size: 1.1em; }

h3 {
  font-size: 1.1em; }

h4{
	font-weight: normal
}


.muted {
  color: #aaa;
  text-decoration: none; }

.small {
  font-size: .8em; }

.list{
	background: #ffffff;
	padding: 0.618em;
	color: #000;
	margin-bottom: 0.382em;
}

.site-header{
	margin-bottom: 1.382em;

hr {
  border: 0px;
  border: 1px solid #eee; 
}
