
.story {
	width:600px;
	height:122px;
	margin-top:22px;
	border-bottom: 2px dashed #e1e1e1;
}
.story#laststory{
	border:none;
}
.author { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#c61d23;
	text-transform:uppercase;
}
.title {
	font-size:18px;
	color:#959595;
	font-family:Arial, Helvetica, sans-serif;
}
.story .illustrator {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a2a2a2;
}
.format {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	width:131px;
	margin-right:25px;
}
.format#lastformat{
	margin-right:0px;
}
