#tagcloud {
  font-weight: bold;
  line-height: 20px;
  width:240px;
  text-align:center;
  float:left;
}

#tagcloud ul{
	margin:9px 0; 
	padding:0;
}

#tagcloud li {
  display: inline;
}

#tagcloud li a {
  padding:10px 5px;
  text-decoration: none;
}

#tagcloud li a:hover {
	color:#000!important;
}

#tagcloud .blue{
	font-family: Arial; 
	font-size: 13px; 
	color: #3770DF;
}

#tagcloud .green{
	font-family: Arial; 
	font-size: 12px; 
	color: #01AD37;
}

#tagcloud .brown{
	font-family: Arial; 
	font-size: 16px!important; 
	color:#F2C200!important;
}

#tagcloud .red{
	font-family: Arial; 
	font-size: 12px; 
	color:#DD0024!important;
}



