body {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 12pt;
}

@page {
	margin: 2cm;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	display: table;
}


	 text-style: italic;}

hr {
	border: 1px solid #ddd;
	margin: 1.5em 0;
}

a {
	color: #000;
	text-decoration: none;
}

a::after {
	font-size: .8em;
	font-family: "Source Code Pro", Menlo, Consolas, monospace;
	content: " <" attr(href) ">";
}

blockquote {
	font-style: italic;
	border-left: 4px solid #888;
	margin: 0;
	padding: 0em 1em;
	background-color: #ddd;
}

.article {
	font-family: "Crimson Pro", serif;
	font-size: 1.25em;
	margin: auto;
	line-height: 1.3em;
	z-index: 2;
	position: relative;
	background-color: inherit;
	padding: 0;
}

nav {
	display: none;
}

#contents {
	display: none;
}

footer, #main-footer {
	display: none;
}

.draft-warning {
  display: none;
}
