
.articleCopy
{
	line-height: 15px;
	font-size: 11px;
}


.preArticleDescription
{
	display: block;

	padding: 0px 0px 15px 0px;	/* space ABOVE our bottom border */
	margin: 0px;	/* space BELOW our bottom border */
	
	color: #555;

	line-height: 14px;
	font-size: 10px;
	
	/* light gray bottom border */
	border-bottom: 1px solid #bbb;
}

