.tag_cloud{
	font-family:Tahoma;
	padding: 1px;
	text-decoration: none;
}

.tag_cloud:link{
	color: #81d601;
}

.tag_cloud:visited{
	color: #019c05;
}

.tag_cloud:hover{
	color: #ffffff;
	background: #69da03;
}
.tag_cloud:active {
	color: #ffffff;
	background: #ACFC65;
}

.tag_cloud_grey{
	font-family:Tahoma;
	padding: 1px;
	text-decoration: none;
}

.tag_cloud_grey:link{
	color: #9E6D7D;
}

.tag_cloud_grey:visited{
	color: #774052; /*#512030;*/
}

.tag_cloud_grey:hover{
	color: #EFECE5;
	background: #784153;
}
.tag_cloud_grey:active {
	color: #EFECE5;
	background: #784153;
}

.tag_cloud_brown{
	font-family:Tahoma;
	padding: 1px;
	text-decoration: none;
}

.tag_cloud_brown:link{
	color: #958559;
}

.tag_cloud_brown:visited{
	color: #6E5E31;
}

.tag_cloud_brown:hover{
	color: #ede2cb;
	background: #958559;
}
.tag_cloud_brown:active {
	color: #ede2cb;
	background: #958559;
}


.tag_cloud_blue{
	font-family:Tahoma;
	padding: 1px;
	text-decoration: none;
}

.tag_cloud_blue:link{
	color: #A9B8C2;
}

.tag_cloud_blue:visited{
	color: #035E9B;
}

.tag_cloud_blue:hover{
	color: #1E3C7B;
	background: #DDDDDD;
}
.tag_cloud_blue:active {
	color: #1E3C7B;
	background: #DDDDDD;
}
