  body {
	font-family:	Palatino Linotype, Times New Roman, serif; 
	background-color: white;
	font-weight:	normal;
	font-style:		normal;
} h1 {
	font-size:		200%; 
	text-align:		center;
	letter-spacing: 8px;
} h2 {
	font-size:		170%;
	text-align:		center;
	letter-spacing: 6px;
} a {
	font-weight:	bold;
	text-decoration: none;
} a:link {
	color:			#0000FF;
} a:active {
	color:			#FF0000;
} a:visited {
	color:			#B700B7;
} a:hover {
	text-decoration: overline underline;
} table {
	background:		#ffff66; 
	border:			black 1pt solid;
	font-weight:	bold;
	padding:		2px;
} img {
	position:		relative;
	top:			0;
	left:			0;
	border:			none;
	float:			left;
} img.right {
	float:			right;
} p {
	font-size:		105%;
	font-weight:	600;
} div {
	font-size:		105%;
	font-style:		italic;
	text-indent:	40px;
} hr {
	width:			60%;
	text-align:		center;
	clear:			both;
	page-break-before: always;
} hr.nobreak {
	page-break-before: auto;
} img.neither {
	float:			none;
	margin:			0;
}

