.tagCloud span
{
	margin: 0px 10px;
	text-transform: lowercase;	
	font-family: Trebuchet MS, Verdana, Arial;
	text-decoration: none;
	float:left;
	line-height: 20px;
}

.tagCloud .weight1
{
	font-weight: bolder;
	font-size: 1.9em;
	color: #F29400;
	margin: 0px 70px;
}
.tagCloud .weight2
{
	font-weight: bolder;
	font-size: 1.5em;
	color: #F29400;
	margin: 0px 40px;
}
.tagCloud .weight3
{
	font-weight: bolder;
	font-size: 1.4em;
	color: #F29400;
	margin: 0px 20px;
}
.tagCloud .weight4
{
	font-size: 1.2em;
	color: #F29400;
}
.tagCloud .weight5
{
	font-size: 1em;
	color: #F29400;
}

