a:link.bbc_link, a:visited.bbc_link , .post a:link, .post a:visited {
	display: inline-block;
	outline: 0;
	color: #3a599d;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transform: scale(1) rotate(0);
}
a.bbc_link:hover, .post a:hover {
	background: #3a599d;
	text-decoration: none;
	color: #fff;
	padding: 4px;
	margin-left: 6px;
	margin-bottom: 6px;
	-webkit-border-radius: 4px;
	-webkit-transform: scale(1.05) rotate(-1deg);
}
a.bbc_link, .post a:nth-child(2n):hover {
	-webkit-transform: scale(1.05) rotate(1deg);
}