@charset "UTF-8";
/** Add new styles for the content here: **/
.sidenote {
	display: table;
	background-color: #fae9c6;
	border: 5px ridge #fae9c6;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.tightul {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 1em;
	padding: 0;
}

.tightol {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 3em;
	padding: 0;
}

.poem { 
	background: #eeeeff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-size: large; 
	width: 285px; 
}

.widepoem { 
	background: #eeeeff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-size: large; 
	width: 435px; 
}

.xwidepoem { 
	background: #eeeeff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-size: large; 
	width: 515px; 
}

.insert { 
	background: #fae9c6;
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-size: medium; 
	width: 515px; 
}

.poeminsert { 
	background: #eeeeff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-size: large; 
	width: 515px; 
}


.narrowpoeminsert { 
	background: #eeeeff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-size: large; 
	width: 300px; 
}

.dictinsert { 
	background: #ffffff; 
	padding: 10px; 
	border: ridge 5px #f0f0f0; 
	font-size: medium; 
	width: 515px; 
}

.bioinsert { 
	background: #ffffff; 
	padding: 5px; 
	border:1px ridge #fae9c6; 
	font-size: medium; 
	width: 515px; 
}

.adinsert {
	background:#ffffee; 
	border:4px solid #eeeeff;
	font-size: 90%;
	font-family: Arial, Helvetica, "sans serif";
}

.wotdbox { 
	background: #ffffff; /*y:#fae9c6; b:#eeeeff; */
	border: 4px ridge; /*1px solid #a71d0b;*/
        position: absolute;
	right: 695px;
	top: 20px;
}

.wotdbox2 { 
	background: #ffffff; /*y:#fae9c6; b:#eeeeff; */
	border: 4px ridge; /*1px solid #a71d0b;*/
}

.sitable th { 
	background: #fae9c6;
}

h2 {
	font-size: 110%;
	font-face: Arial, Helvetica, "sans serif";
}

/* underline for word definition links */
a.d {
border-bottom: 1px dotted #000; 
text-decoration: none; 
} 
a.d:link {
border-bottom: 1px dotted #000; 
text-decoration: none; 
} 
a.d:visited {
border-bottom: 1px dotted #000; 
text-decoration: none; 
} 

/* table containing cross-links */
table.xref {
	display: none;
}
