html, h1, h2, p {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font-size: 1em;
	font-family: 'Open Sans', Arial, sans-serif;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

ol li {
	margin-bottom:5px;
	font-size: 18px;
}

.container {
	margin-top: 40px;
	margin-bottom: 40px;
}

.bold {
	font-weight: bold;
}

.grey {
	color: #555;
}

.italic {
	font-style: italic;
}

.logo a {
	text-decoration: none !important;
}

.logo img {
	width: 120px;
	height: 120px;
}

.heading {
	margin: 30px 0;
}

section {
	margin-top: 30px;
}

section p {
	margin-bottom: 10px;
}

.toc {
	margin-bottom: 50px;
}

.toc-items {
	list-style-position: inside;
	padding-left: 0;
}

.toc-item {
	color: #000;
	display: inline-block;
	padding: 11px 0;
}

.toc-item:hover {
	color: #000;
	font-weight: bold;
}

.section-heading {
	font-weight: bold;
}