

.tag a{
	padding: 5px 8px;
	margin: 5px;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	background: #c1c1c1;
	color: #000 !important;
}

.tag a:hover{
	background: #666;
	color: #FFF !important;
	text-decoration: none;
}