.tags_status {
	font-weight: normal;
	color: pink;
	font-size: x-small;
}
.tags_status a:link {
	text-decoration: none;
	color: pink;
	font-weight: normal;
	font-size: x-small;
	}
.tags_status a:visited {
	text-decoration: none;
	color: pink;
	font-weight: normal;
	font-size: x-small;
	}
.tags_status a:hover {
	text-decoration: underline;
	color: pink;
	font-weight: normal;
	font-size: x-small;
	}
.tags_status a:active {
	text-decoration: underline;
	color: pink;
	font-weight: normal;
	font-size: x-small;
	}

