
/* ------------- CUSTOM STYLES FOR PARTICULAR ARTICLES ---------------- */

.craigNarrative
{
	color: #333;
	font-weight: bold;
}


/*  these 2 styles are only used in j22 for
	Don Beck article, in the sections
	of Jessica's narrative
*/	
.jessicasNarrative
{
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		font-style: italic;
		padding: 18px;
		margin: 3px;
		background-color: #FFFFEF;
}

.jessicasNarrativeNormal
{
	font-style: normal;		
}

