.articleContent{
	margin-bottom: 10px;
	border-bottom: 1px dashed gray;
	padding: 2px;
}

.articleTitle{
	float: left;
}

.articleDate{
	float: right;
}

.articleSections{
	clear: both;
	padding-bottom: 2px;
}

.articleTags{
	float: left;
}

.articleComments{
	float: right;
}