/* Style sheet for transcripts of historical documents. Most of   */
/* these documents used fixed-width text, so styles reflect this. */

BLOCKQUOTE {
	margin-top : 0em;
	margin-bottom : .5em;
	font-family :  "Courier New", Courier, monospace;
}

CAPTION {
	font-weight: bold;
	font-family :  "Courier New", Courier, monospace;
}

CAPTION.u {
	font-weight: normal;
	font-size: .85em;
	font-family:  "Courier New", Courier, monospace;
	text-decoration: underline;
}

/* Little extra padding to reduce harshness of fixed-width presentation. */
.content {
	margin: 1em;
}
 
H1, H2, H3, H4, H5 {
	color : #000000;
	background : #FFFFFF;
	margin-left: .5em;
	font-weight: lighter;
	font-family: "Courier New", Courier, monospace;
}

H5.mid {
	text-align: center;
	text-decoration: underline;
}

LI {
	margin-top : .75em;
	margin-bottom : .25em;
	font-size: .9em;
	font-family: "Courier New", Courier, monospace;
}

LI H1, LI H2, LI H3, LI H4 {
	color : #000000;
	background : #FFFFFF;
	font-weight: lighter;
	margin-left: 0em;
	font-family: "Courier New", Courier, monospace;
}

LI.bare {
	list-style-type: none;
	text-decoration: none;
}

LI.barehead {
	list-style-type: none;
	text-decoration: underline;
}

OL, UL {
	font-family :  "Courier New", Courier, monospace;	
}

OL LI OL LI, OL LI UL LI, UL LI UL LI, UL LI OL LI {
	font-size: 1em;
}

LI P {
	margin-left: 0em;
}

P.body {
	margin-left : -.25em;
	font-size: .85em;
	font-family :  "Courier New", Courier, monospace;
}

P.transcript {
	margin : .75em 1.5em;
	font-size: .85em;
	font-family :  "Courier New", Courier, monospace;
}

/* TD/TH, for consistent text alignment across tables*/
COLGROUP {
	vertical-align : top;
	font-size: .85em;
	font-family: "Courier New", Courier, monospace;
}

COLGROUP.c {
	text-align: center;
	vertical-align : top;
	font-size: .85em;
	font-family: "Courier New", Courier, monospace;
}

TD {
	vertical-align : top;
	font-size: .85em;
	font-family: "Courier New", Courier, monospace;
}

TH {
	vertical-align : top;
	text-decoration :  underline;
	font-weight :  normal;
	font-size: .85em;
	font-family: "Courier New", Courier, monospace;
}

TH.strong {
	vertical-align : top;
	text-decoration :  none;
	font-weight :  bold;
	font-size: .85em;
	font-family: "Courier New", Courier, monospace;
}

TH.left {
	text-align : left;
}

TH.strong-left {
	vertical-align : top;
	text-decoration :  none;
	text-align : left;
	font-weight :  bold;
	font-size: .85em;
	font-family: "Courier New", Courier, monospace;
}
