.tag {
	margin: 9px 5px;
	padding-left: 3px;
	border: 1px solid #aa5600;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #ff8100;
}
.tag a, .tag a:visited, .tag a:hover { 
	font-size: 12px !important;
	color: black; 
	text-decoration: none;
	display: block;
}
.tag:hover { 
	background-color: #00e1ff;
	border-color: #000018;
}
