
/* display the individual items next to each other, not one-per-line */
.tag-cloud2 LI { 
display: inline;

margin: 40px 5px 40px 5px;
 }
/* hide the extra context from CSS-enabled browsers, but not screenreaders */
.tag-cloud2 SPAN { 
position: absolute; 
left: -999px; 
width: 990px; 
}
.tag-cloud2 .not-popular a { 
font-size: 0.70em; 
}
.tag-cloud2 .not-very-popular a { 
font-size: 0.80em; 
}
.tag-cloud2 .somewhat-popular a { 
font-size: 1em; 
}
.tag-cloud2 .popular a { 
font-size: 1.20em; 
}
.tag-cloud2 .very-popular a { 
font-size: 1.40em; 
}
.tag-cloud2 .ultra-popular a { 
font-size: 1.50em; 
}
