body {
	background: #121212;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #fff;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	color: #fff;
	font-family: monospace,monospace;
	font-size: 2em;
	line-height: 1.5em;
}

sub {
	color: #fff;
	font-family: monospace,monospace;
	font-size: .8em;
	position: relative;
	top: .5em;
}

sup {
	color: #fff;
	font-family: monospace,monospace;
	font-size: .8em;
	position: relative;
	top: -.5em;
}

hr {
	border: 0;
	border-bottom: solid 2px #fff;
	margin: 2em 0;
}

hr.major {
	margin: 3em 0;
}

blockquote {
	border-left: solid 6px #121212;
	font-style: italic;
	margin: 0 0 2em;
	padding: .5em 0 .5em 1.5em;
}

code {
	background: #fff;
	border-radius: .35em;
	border: solid 2px #121212;
	font-family: courier new,monospace;
	font-size: .9em;
	margin: 0 .25em;
	padding: .25em .65em;
}

pre {
	color: #fff;
	-webkit-overflow-scrolling: touch;
	font-family: courier new,monospace;
	font-size: .9em;
	margin: 0 0 2em;
}

pre code {
	color: #fff;
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

p {
	color: #fff;
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	-moz-transition: color .2s ease-in-out,border-color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out,border-color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out,border-color .2s ease-in-out;
	transition: color .2s ease-in-out,border-color .2s ease-in-out;
	border-bottom: solid 1px;
	color: #fff;
	text-decoration: none;
}

a:hover {
	border-bottom-color: transparent;
	color: #7289da!important;
	text-decoration: none;
}

strong,b {
	color: #fff;
	font-weight: 400;
}

em,i {
	color: #fff;
	font-style: italic;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}