.upcell {
	line-height: 1.1 ! important;
/* 
The upcells are all in Greek; and if not constrained, the lines are unpleasantly spaced (the spacing is too great).
 */
}

.linenum {
	margin-top: .5em;
}


/* 
This Greek verse style overrides the unified verse style in order to render the π properly:
 */
.verse {
	font-family: "Lucida Grande", sans-serif;
	line-height: 1.5;
	font-size: 85%;
	margin-left: 2em;
	margin-right: 2em;
}

/* 
This Greek prose style overrides the unified prose style in order to render the π properly:
 */
.prose {
	font-family: "Lucida Grande", sans-serif;
	line-height: 1.5;
	font-size: 85%;
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
}

/* 
Style "callout" needs to be bold in order to stand out properly on Greek pages:
 */
.callout {
	color: #8800cc ! important;
	font-weight: bold;
}
