* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
}

a {
	text-decoration: none;
	color:#FF4136;
}

img {
	border:solid black 1px;
	width:98%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.wrapper {
	max-width: 720px;
	margin:auto;
	padding-left:0.5em;
	padding-right:0.5em;
}

.centering {
	text-align: center;
}

footer {
	margin-top:5em !important;
}

@media (max-width: 720px) { 
	.wrapper {
		max-width: 100%;
	}

	h1 {
		font-size: 20pt;
	}
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 3em !important;
	margin-bottom: 1em !important;
}

p {
	margin-bottom: 0.5em !important;
}

.nowrap {
	word-wrap: unset;
	white-space: nowrap;
}

span {
	color:inherit !important;
}


.numerate h2 {
	counter-reset: h3counter;
}

.numerate h3 {
	counter-increment: h3counter;
	counter-reset: h4counter;
}

.numerate h3:before {
	content: counter(h3counter) ".\0000a0\0000a0";
}

.numerate h4 {
	counter-increment: h4counter;
}

.numerate h4:before {
	content: counter(h3counter) "." counter(h4counter) ".\0000a0\0000a0";
}

ol, ul {
	margin-bottom: 2em;
}