/* - - - - - - - - - - - - */
/* - - - - - - - - - - - - */
h1, h2, h3, h4, h5, h6 {
	margin: 36px 0px 18px 0px;
	color: crimson;
	font-weight: 900;
}
h1 {
	font-size: 26px;
	line-height: 32px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
}
h3 {
	font-size: 22px;
	line-height: 28px;
}
h4 {
	font-size: 20px;
	line-height: 26px;
}
h5 {
	font-size: 18px;
	line-height: 24px;
}
h6 {
	font-size: 16px;
	line-height: 22px;
}
p {
	margin: 18px 0px;
}
ul, ol {
	margin: 24px 0px 24px 24px;
}
ul {
	list-style-type: square;
}
li {
	font-size: 14px;
	line-height: 18px;
	margin: 8px 0px;
}
a {
	color: dodgerblue;
	transition: 0.5s;
}
a:visited {
	color: steelblue;
	text-decoration: underline;
}
a:hover {
	color: crimson;
	text-decoration: none;
}
img, video, object {
	display: block;
}
hr {
	width: 60%;
	height:0px;
	margin:36px auto;
	padding: 0px;
	border: none;
	border-top: 1px solid wheat;
}
blockquote {
	margin: 24px;
	padding-left: 24px;
	border-left: 8px solid wheat;
	font-size: 18px;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: 36px auto;
}

table td, table th {
	border:1px solid wheat;
	padding: 5px 10px;
}
table th {
	background-color: antiquewhite;
}
code {
	font-family: 'PT Mono', monospace;
	color: crimson;
}
pre {
	background-color: antiquewhite;
	color: crimson;
	padding:16px 24px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
pre code {
	font-size: 14px;
}
dl {
	font-size: 14px;
	line-height: 18px;
}
dt {
	font-weight: bold;
	color: crimson;
	margin: 18px 0px 8px 8px;
}
dd {
	font-style: italic;
	margin: 8px 0px 8px 24px;
}
abbr {
	font-weight: bold;
	font-style: italic;
	color: crimson;
}

/* - - - - - - - - - - - - */
/* - - - - - - - - - - - - */