/**
 * Specialized CSS styles that only affect on the index.
 */
#content {
	line-height: 1.5;
}

#content .synopsis {
	line-height: 1.3;
}


#content .impact {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 120%;
	font-weight: 600;
}

#content strong {
	font-family: "Georgia", "Times New Roman", "Times", "Helvetica", serif;
	font-weight: 800;
}

#content em {
	font-size: 110%;
	font-weight: 800;
	font-style: normal;
	color: #FF1FE0;
}