html, body, div, span, a, ul, li {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
html, body {
	min-height: 100%;
}
html {
  overflow-y: scroll;
}
a {
	color: #2B82AD;
	text-decoration: none;
}
a:hover {
	color: #3AA9E9;
	text-decoration: none;
}
body {
	/*background: #FFF url('img/lukas-cb.jpg') no-repeat 0 -200px;*/
	color: #000000;
	font-family: Consolas, monospace;
	font-size: 1em;
	padding: 2em 2em 4em 2em;
}
li {
  list-style-position: inside;
}
ul ul li {
  margin-left: 2em;
}
@media (min-width: 1000px) {
	main {
		max-width: 1000px;
	}
}
h1, h2, h3, h4, h5, h6 {
	border: 0 none;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-shadow: 1px 1px 0 Gray;
	vertical-align: baseline;
}
main h2, main h3 {
	margin-top: 3rem;
}

