.article-title {
	text-decoration: none;
	color: #000000;
}

.article-title:hover {
	color: #764ba2;
}

.post-list {
	
}

.blog-list {
	text-align: left;
}

.blog-list a {
	text-decoration: none;
	color: #000000;
}

.blog-list a:hover {
	color: #764ba2;
}

.blog-post-list {
	
}

.blog-post-list hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog-post-list p {
	padding-bottom: 10px;
}

.blog-post-list p a {
	text-decoration: none;
	color: #764ba2;
}