BODY {
	font-family : "Lucida Grande";
	background : white;
}
H1 {
	text-align: center;
	font-family : Verdana, Helvetica;
	color : #000066;
	background: #ffeeaa;
}
H2 {
	font-family : Verdana, Helvetica;
	color : #000066;
}
.main {
	text-align : justify;
}
A {
	color : #662200;
}
A:hover {
	color : white;
	background: #662200;
	text-decoration : none;
}
EM {
	font-family : Verdana, Helvetica;
	font-weight : bold;
	font-style: normal;
	color : #000066;
}
TD EM {
	font-family : "Lucida Grande";
}
DT {
	text-align : left;
	text-indent : -16pt;
	margin-left : 26pt;
}
