body {
	font-family: "Noto serif", Cambria, serif;
	max-width: 100ch;
	margin: 1em;
}

h1 {
	font-weight: normal;
	font-size: 140%;
	text-align: center;
}

p {
	margin: 0.5em;
	text-indent: -1em;
	font-size: 15px;
	line-height: 1.5;
}

div#info {
	border: 1px solid gray;
	padding: 1em;
}

div#info p {
	text-indent: 0;
}

div#entries {
	margin-left: 1em;
	/* compensate for negative indent */
	margin-top: 2em;
}

p.HTMLmeta {
	background-color: #F3F3F3;
	padding: 0.5em;
}


span.grammar {
	background-color: white;
	color: maroon;
}

span.m {
	background-color: white;
	color: navy;
}

span.q {
	background-color: white;
	color: navy;
}

span.tr {
	font-style: italic;
}

span.greek {
	/* override normal m and tr : */
	font-style: normal;
	background-color: white;
	color: black;
}

span.lb {
	font-style: normal;
	/* may occur within span.tr */
}

span.note {
	background-color: white;
	color: gray;
}

i.sperrdruck {
	font-style: normal;
}

.sperrdruck {
	/*letter-spacing: 0.2em;*/
	color: maroon;
}

span.bib {
	background-color: white;
	color: teal;
}

span.xref {
	background-color: white;
	color: teal;
}

a span.m {
	background-color: white;
	color: blue;
}

.lemma a {
	color: black;
	text-decoration: none;
}

.lemma a:hover {
	text-decoration: underline;
} 

del {
	background-color: white;
	color: red;
	text-decoration: none;
}

ins {
	background-color: white;
	color: green;
	text-decoration: underline;
}