.postTitle {
	font-size: large;
	color: #212121;
	text-align: left;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
	font-weight: bold;
}
.postTitleTd {
}
.shortText {
	font-size: small;
	line-height: 18px;
	color: #333333;
}
.postDate {
	font-size: x-small;
	line-height: 20px;
	color: #666666;
}
.postAuthor{
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	color: #666666;
}
.fullStory{
	font-size: 12px;
	line-height: 16px;
	
}
.comments{
	font-size: x-small;
	line-height: 20px;
	color: #666666;

}