/* display the individual items next to each other, not one-per-line */
.tag-cloud{ margin:0;padding:5px;}
.tag-cloud LI { display: inline; }
/* hide the extra context from CSS-enabled browsers, but not screenreaders */
.tag-cloud SPAN { display:none; }
/* size is purely presentational, based upon the class */
.tag-cloud .not-popular { font-size: 0.7em; }
.tag-cloud .not-very-popular { font-size: 0.8em; }
.tag-cloud .somewhat-popular { font-size: 1.0em; }
.tag-cloud .popular { font-size: 1.3em; }
.tag-cloud .very-popular { font-size: 1.5em; }
.tag-cloud .ultra-popular { font-size: 1.7em; }       
.tag-pair {           
   color:#fe67f7 ! important;
}
.tag, .tag-pair {
    text-decoration:none;
    font-family:Trebuchet MS;
    color:#8d8d8d;
    }
.tag:hover, .tag-pair:hover {
    text-decoration:underline;
    }