/* Malcom Garcia's "A Product of This Town" */
div#garcia-jena div.section:first-letter {
	font-size: 1em;
	color: #000;
}

/* James Kirchik's "In Whitest Africa" */
div#kirchik-whitest-africa div.section:first-letter {
	font-size: 1em;
	color: #000;
}

/* Tom Sleigh's "The Deeds" */
div#sleigh-deeds div.section:first-letter {
	font-size: 1em;
	color: #000;
}
div#sleigh-deeds h2 {
	font-size: 1.5em;
}

/* Natasha Trethewey's "The Gulf" */
div#trethewey-gulf div.section:first-letter {
	font-size: 1em;
	color: #000;
}
div#trethewey-gulf h2 {
	font-size: 1.25em;
}

/* Mahmoud Darwish's "With the Mist So Dense on the Bridge" */
div#darwish-mist-dense div.section:first-letter {
	font-size: 1em;
	color: #000;
}

/* Najwan Darwish's "There" */
div#darwish-there p {
	line-height: 2.5em;
}

/* Book Notes */
div#book-notes h2 {
	text-transform: uppercase;
}
div#book-notes div.section:first-letter {
	font-size: 1em;
	color: #000;
}
