.solidCell { background: #0072bb; }
.clearCell { background: transparent; }
.seriesfont {
        color: #000000;
        font-family: Arial, Helvetica, "san serif";
        font-size: 18pt;
        font-weight: bold;
}
.titlefont {
        color: #000066;
        font-family: Arial, Helvetica, "san serif";
        font-size: 24pt;
        font-weight: bold;
}
.subtitlefont {
        color: #222222;
        font-family: Arial, Helvetica, "san serif";
        font-size: 14pt;
        font-weight: bold;
}
.authorfont {
        color: #666666;
        font-family: Arial, Helvetica, "san serif";
        font-size: 14pt;
        font-weight: normal;
}
BODY, P, BLOCKQUOTE {
        color: #000000;
        font-family: Arial, Helvetica, "san serif";
        font-size: 10pt;
        font-weight: normal;
}
.searchLink {
        text-decoration:none;
        color:white;
        font-size: 10pt;
        font-family: Verdana, Garamond, "san serif";
        font-weight: normal;
}
a.searchLink:hover {
        color: gold;
        text-decoration: underline;
}
.footnote {
	color: #EE6600;
}
.dialog {
	margin: 0px 0px 10px 40px;
}
.speaker {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}
.action {
	margin: 10px 10px 10px 40px;
	font-style: italic;
	color: #000066;
}
.scene {
        color: #000000;
        font-family: Arial, Helvetica, "san serif";
        font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
PRE {
	border: solid 1px black;
	background: #d4d4d4;
	margin: 8px;
	padding: 12px;
	width: 85%;
}
