h1, p.likeh1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2em;
	margin: 42px 0 15px 20px;
	line-height: 120%;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.7em;
	margin: 35px 0 10px 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.5em;
	margin: 10px 0 10px 20px;
}

ol {
	list-style: decimal;
	margin-left: 40px;
}

ul {
	list-style: circle;
	margin-left: 40px;
}

p.review {
	font-style: italic;
	//behavior: expression( ( !this.before ) ? ( this.before = true ) & ( this.innerHTML = '&#151;&nbsp;' + this.innerHTML ) : '' );
	text-indent: -1.25em;
	margin: 20px 0 5px 1.7em;
}

p.review_signature {
	text-align: right;
}

p.review:before {
	content: '\2014\00A0';
}