.post-tag
{
	font-size: 90%;
	line-height: 2.2;
	margin: 2px 2px 2px 0px;
	padding: 3px 4px 3px 4px;
	text-decoration: none;
	white-space: nowrap;
	background-color: rgb(149, 127, 91);
	border-bottom: 1px rgb(33, 33, 33) solid;
	border-right: 1px rgb(33, 33, 33) solid;
	color: rgb(247, 246, 141);
}

.post-tag:hover
{
	background-color: rgb(64, 42, 6);
	border-bottom: 1px solid rgb(15, 15, 15);
	border-right: 1px solid rgb(15, 15, 15);
	color: rgb(247, 246, 141);
}
 