a.story_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}
a.story_title:link {
    text-decoration: underline;
}

a.story_title:hover {
	text-decoration: underline;
}




.story_lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.story_date {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a.story_pagenumbers {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	text-decoration: none;
}
a.story_pagenumbers:link {
	text-decoration: none;
}
a.story_pagenumbers:hover {
	text-decoration: underline;
}
a.story_pagenumbers:visited {
	color: #FFFF99;
}

a.story_more {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}
a.story_more:link {
	text-decoration: none;
}
a.story_more:hover {
	text-decoration: underline;
}
a.story_more:visited {
	color: #6633CC;
}

a.story_more:active {
	color: #6633CC;
}


