/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	outline: none;
}

/* Redefine */
html {
	height: 100%;
}

body {
	height: 100%;
	line-height: 1; /* Proof that webdev is absolute cancer */
}

p {
	margin: 1em 0;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
}

h4 {
	font-weight: bold;
	margin: 1.33em 0;
}

h5 {
	font-size: .83em;
	font-weight: bold;
	margin: 1.67em 0;
}

h6 {
	font-size: .67em;
	font-weight: bold;
	margin: 2.33em 0;
}

pre {
	font-family: monospace;
	white-space: pre;
}

table {
	border-collapse: separate;
	border-spacing: 2px;
	vertical-align: middle;
}

tbody, tr, th ,td {
	vertical-align: inherit;
}

ol, ul {
	margin: 0.5em 0em 1em 1em;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

dd {
	margin-left: 40px;
}