        /* display the individual items next to each other, not one-per-line */
        .tag-cloud LI { display: inline; 
		font-family: Geneva, Arial, Helvetica, sans-serif;
		}
        /* hide the extra context from CSS-enabled browsers, but not screenreaders */
        .tag-cloud SPAN { position: absolute; left: -999px; width: 990px; }
        /* size is purely presentational, based upon the class */
        .v0 a:link, .v0 a:visited, .v0 a:active { font-size: 0.8em; color: #111111; text-decoration: none;}
		.v0 a:hover { color: #990000;}
		.v1 a:link, .v1 a:visited, .v1 a:active { font-size: 1em; color: #999999; text-decoration: none;}
		.v1 a:hover { color: #990000;}
        .v2 a:link, .v2 a:visited, .v2 a:active { font-size: 1.3em; color: #666666; text-decoration: none;}
		.v2 a:hover { color: #990000;}
        .v3 a:link, .v3 a:visited, .v3 a:active { font-size: 1.6em; color: #444444; text-decoration: none;}
		.v3 a:hover { color: #990000;}
        .v4 a:link, .v4 a:visited, .v4 a:active { font-size: 1.9em; color: #222222; text-decoration: none;}
		.v4 a:hover { color: #990000;}
        .v5 a:link, .v5 a:visited, .v5 a:active { font-size: 2.2em; color: #777777; text-decoration: none;}
		.v5 a:hover { color: #990000;}
        .v6 a:link, .v6 a:visited, .v6 a:active { font-size: 2.5em; color: #888888; text-decoration: none;}
		.v6 a:hover { color: #990000;}

a:link {
	font-style: normal;
	text-decoration: none;
}
