.post a
{
	text-decoration: none;
}

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

.post
{
	color: #555;
	border-bottom: 1px dotted #333;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.post_date, .post .tags
{
	font-size: 10px;
	font-weight: bold;
	color: #999;
}
