ol {
line-height: 200%;
}
/* display the individual items next to each other, not one-per-line */
.tag-cloud LI { 
display: inline;

margin: 40px 5px 40px 5px;
 }
/* hide the extra context from CSS-enabled browsers, but not screenreaders */
.tag-cloud SPAN { 
position: absolute; 
left: -999px; 
width: 990px; 
}
.tag-cloud .not-popular a { 
font-size: 1em; 
}
.tag-cloud .not-very-popular a { 
font-size: 2em; 
}
.tag-cloud .somewhat-popular a { 
font-size: 2.5em; 
}
.tag-cloud .popular a { 
font-size: 3em; 
}
.tag-cloud .very-popular a { 
font-size: 3.5em; 
}
.tag-cloud .ultra-popular a { 
font-size: 4em; 
}

li a  {
color: #000;
}