body {
	background-color: #FAF0E6;
	color: #000000;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}

/*
* {
	border: 1px solid black;
}
*/

.poem-block {
	display: table;
	margin: 0 auto;
}

table {
	margin: 0 auto;
	width: auto;
}

td {
	vertical-align: top;
	width: auto;
}

tr {
	width: auto;
}

td.speaker {
	padding-right: 2em;
	font-style: italic;
}

.header .author {
	padding: 1.5em 0 1.5em;
}

.header .title {
	font-size: 2em;
}

.header p {
	padding: 0;
	margin: 0;
	text-indent: 0;
}

.header .links {
	text-align: right;
	float: right;
	padding: 1.5em 0 0;
	line-height: 1.3em;
}

.header {
	color: #1e3666;
	border-style: none none solid none;
	background-color: #c9c1b6;
	margin: 0;
	padding: 0 2em 2ex 2em;
}

.poem-block .verse p {
	margin: 0 0 0 0;
}

.poem-block .prose p {
	margin: 0 0 2ex 0;
}

.poem-block .verse {
	margin: 0 0 2ex 0;
}

h1 {
	text-align: center;
	margin: 0 0 2ex 0;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0;
}

h2 {
	margin: 2ex 0 2ex 0;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	margin: 2ex 0 1ex 0;
	font-size: 1.2em;
	font-weight: normal;
}

.prelim {
	font-style: italic;
	font-size: 0.9em;
}

.prelim .prose {
	width: 25em;
}

.br {
	line-height: 0;
}

.body {
	padding: 3em 5em;
}

.foreign, .emphasis {
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #1e3666;
}

a:visited {
	text-decoration: none;
	color: #142444;
}

a:active {
	color: #325AAA;
}

a:hover {
	text-decoration: underline;
}

ul.index {
	margin: 0;
	padding: 0;
}

ul.index li {
	margin: 0 0 0 4em;
	padding: 0;
	list-style: none;
	text-indent: -2em;
}

.partline {
	float: left;
	height: 2em;
}

.partlineeov {
	float: left;

	height: 2.7em;
}


.verxe .conc {
	top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.verxe .conc .grid {
	display: grid;
	grid-template-columns: 20em 38em 10em;
	position: relative;
	z-index: 1;
	font-size: small;
}

.verxe .conc .leftcol {
	text-align: right;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	direction: rtl;
	text-overflow: ellipsis;
}

.verxe .conc .lr {
	direction: ltr;
}

.verxe .conc .rightcol {
	text-align: left;
	white-space: nowrap;
	width: 100%;
	padding-left: 0.5em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.verxe .conc .link {
	text-align: left;
	white-space: nowrap;
	width: 100%;
	padding-left: 0.5em;
}

.verxe .conc a:link {
  text-decoration: none;
  color: black;
}

.verxe .conc a:visited {
  text-decoration: none;
}

.verxe .conc a:hover {
  color: blue;
}

.verxe .conc a:active {
  text-decoration: none;
  color: green;
}

.verxe .conc .head {
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	top: 0;
	font-size: large;
	background-color: lightgrey;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}

.verxe .conc .margin-mark {
	position: relative;
	z-index: 1;
}
.verxe .conc .margin {
	position: relative;
	z-index: 1;
}


