BODY {
	font-family : "Lucida Grande";
	background : white;
}
H1 {
	text-align: center;
	margin: 0em 0em;
	padding-top: .5ex;
	padding-bottom: .5ex;
	font-family : Verdana, Helvetica;
	color : #000066;
	background: #ffeeaa;
}
H2 {
	font-family : Verdana, Helvetica;
	color : #000066;
}
A {
	color : #662200;
	text-decoration : none;
}
A:hover {
	color : white;
	background: #662200;
	text-decoration : none;
}
EM {
	font-family : Verdana, Helvetica;
	font-weight : bold;
	font-style: normal;
	color : #000066;
}
P {	text-align : justify; }
.dropcap {
	float : left;
	line-height : 1em;
	font-size : 3.2em;
	font-weight : bold;
	color : grey;
	margin-right : 3px;
}
.indent {	text-indent : 5ex; }
.side {
	font-size : small;
	background : #dddddd;
	padding: 6pt 6pt;
}
H3 {
	margin-top: .5em;
	margin-bottom: .2em;
}
UL {	margin: 0ex 0ex; }
DL {	margin: 0ex 0ex; }
LI {	margin-left: -1.5em; margin-top: .5ex; }
DT {	font-weight: bold; margin-top: .5ex; }
DD {	margin-left: 1.5em; margin-top: .5ex; }
.footnote {
	font-family: Palatino, TimesRoman;
	font-size: small;
	margin-top: -1ex;
}

