body,html {
	margin:0;
	padding:0;
}

body {
	background-color: #eee;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #212121;
	text-decoration: none;
}

.center {
	margin: auto;
	width: 70%;
	border-left,border-right: 1px solid #aaa;
	padding-left,padding-right: 10px;
	text-align: center;
}

.ci { text-align: center; }

h1,h2,h3,h4,h5 {
	font-family: 'Montserrat', sans-serif;
}

h1 { font-size: 18pt; }

h2 { font-size: 16pt; }

h3 { font-size: 14pt; }

h4 { font-size: 12pt; }

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

#content {
	max-width: 920px;
	text-align: justify;
	text-justify: inter-word;
	background-color: #fff;
	padding: 1em;
	position: relative;
	box-shadow: 0px 0px 8px -1px rgba(76, 76, 76, 0.87);
	min-height: 900px;
}

hr {
	border-top: 1px solid #878787;
}

.nav {
	font-size: 10pt;
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;

        font-family: 'Open Sans', sans-serif;
        font-size: 12pt;
        font-weight: bold;
}

.navi {
	width: 50%;
}

.navi a {
	text-decoration: none;
}

.navi img {
	vertical-align: middle;
}

.navi > .prev {
	float: left;
}

.navi > .next {
	float: right;
}

.inactive {
	color: #878787;
}

.active {
	color: #000;
}

.pgn a {
	margin: 0 0.5em;
	padding: 0.25em 0.5em 0.25em 0.5em;
	background-color: #eee;
	//border: 1px solid #aaa;
}
