body {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-size: 12pt;
	color: #000000;
	background-color: #f8f8f8;
}

a {
	color: #0066cc;
	text-decoration: none;
}
a:hover, a:active {
	color: #cc0000;
	text-decoration: underline;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0.5em 1em;
	border: 1px solid #eeeeee;
}
#header {
	border-bottom: 1px solid #cccccc;
}
#header h1, #header h2, #header h3, #header h4 {
	text-align: center;
}
#header h1 {
	padding: 0;
	margin: 16pt 0;
	font-size: 24pt;
	font-weight: bold;
}
#header h2 {
	padding: 0;
	margin: 12pt 0;
	font-size: 18pt;
	font-weight: bold;
}
#header h3 {
	padding: 0;
	margin: 8pt 0;
	font-size: 14pt;
	font-weight: bold;
}
#footer {
	text-align: center;
	color: #808080;
	font-size: 80%;
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #cccccc;
}
#footer h3 {
	font-size: 12pt;
}

#tei-text p {
	text-align: justify;
	padding: 0 1em;
	margin: 1em 0;
}
.tei-title {
	font-style: italic;
}
div.tei-title {
	font-weight: bold;
}
.tei-name {
	font-variant: small-caps;
}
.tei-listWit, .tei-bibl {
	font-size: 10pt;
}
.tei-quote, .tei-mentioned {
/*	letter-spacing: 0.05em;*/
	color: #002080;
/*	background-color: #f0f0ff;*/
}
.source {
	display: none;
	position: absolute;
	color: #0040ff;
	background-color: #ffffcc;
	border: 1px solid #ffccaa;
}
.tei-pagebreak, .tei-columnbreak, .tei-locus {
	position: relative;
	top: 3px;
	padding: 1px 2px 2px 2px;
	vertical-align: top;
	font-size: 8pt;
	border-left: 1px solid #009eed;
	border-right: 1px solid #009eed;
	background-color: #e5f7ff;
}
.tei-columnbreak, .tei-locus {
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	background-color: #ffebcc;
}
a.tei-pagebreak, a.tei-columnbreak, a.tei-locus {
	font-weight: bold;
}
.tei-supplied {
	color: #606060;
}
.tei-unclear {
	color: #cc3333;
	background-color: #ffcccc;
}
.tei-ref {
	text-decoration: underline;
}
.tei-app, .tei-choice {
	background-color: #eeeeee;
}
.tei-lem, .tei-corr {
}
.tei-rdg, .tei-sic {
	color: #666666;
}
.tei-rdg del {
	text-decoration: line-through;
}
.tei-witDetail {
	font-size: 9pt;
	color: #336699;
}
.tei-note {
	font-size: 9pt;
	color: #666666;
}
.respStmt {
	text-align: center;
}

h3.tei-head {
	text-align: center;
}
.tei-div1 {
	margin: 5em 0 5em 0;
	border-bottom: 3px solid #dddddd;
	border-left: 1px dashed #dddddd;
}
.tei-div2 {
	margin: 2em 0 2em 1em;
	border-bottom: 1px solid #dddddd;
	border-left: 1px dashed #dddddd;
}
.tei-div3 {
	margin: 1em 0 1em 1em;
	border-bottom: 1px dashed #dddddd;
	border-left: 1px dashed #dddddd;
}
.tei-div4 {
	margin: 0.5em 0 0.5em 1em;
	border-bottom: 1px dotted #dddddd;
	border-left: 1px dashed #dddddd;
}
.tei-div5 {
	margin: 0.3em 0 0.3em 1em;
	border-left: 1px dashed #dddddd;
}
.tei-div6 {
	margin: 0.2em 0 0.2em 1em;
	border-left: 1px dashed #dddddd;
}
.tei-div7 {
	margin: 0.1em 0 0.1em 1em;
	border-left: 1px dashed #dddddd;
}
.tei-cit .tei-ref {
	font-size: 70%;
	vertical-align: super;
}
.tei-gap {
	padding: 0 2em;
	background-color: #ff8000;
}
.tei-label {
	font-size: 9pt;
	background-color: #eeff80;
	border-radius: 0 0 5px 0;
	border: 1px solid #f08000;
}
.tei-ex {
	
}
