body {
	font-size: 14pt;
	font-family: "Spectral", serif;
	font-kerning: auto;
  text-shadow: 0px 0.1px;
}

a {
	font-weight: bold;
	color: #777;
	text-decoration: none;
}


blockquote {
	margin: 0em;
	padding-left: 0.97em;
	border-left: #504D44 1px dotted;
}

li {
  margin: 3.85em 0em;
	list-style-position: inside;
}

ol {
	padding-left: 0px;
	margin-top: 0px;
}

p span {
	display: inline;
	margin-left: 1.69em;
}

q {
  display: inline;
}
 
q:before {
  content: open-quote;
}
 
q:after {
  content: close-quote;
}

.datum {
	font-size: small;
}

.mar {
	text-align: center;
}

.motto {
	font-size: small;
	text-align: right;
	line-height: 1.42em;
}

.nummer {
	font-weight: bold;
}

.post {
	padding: 2.05em 0em;
}

#fles {
	width: 43em;
	margin: 0px auto;
}

@media only screen and (max-width: 600px) {

#fles {
	width: 97%;
	margin: 0px auto;
}

.post {
	margin: 0em auto;
	padding: 2.05em 0em;
	width: 88%;
}
