.tagcloud {
	margin: 10px;
}
.tagcloud a:link, .tagcloud a:visited {
	padding-left: 0;
	color: #643a82;
	text-decoration: none;
	font-weight: bold;
}
.tagcloud a:hover, .tagcloud a:active {
	text-decoration: underline;
}
.tagcloud .not-popular { font-size: 1em; }
.tagcloud .not-very-popular { font-size: 1.3em; }
.tagcloud .somewhat-popular { font-size: 1.6em; }
.tagcloud .popular { font-size: 1.9em; }
.tagcloud .very-popular { font-size: 2.2em; }
.tagcloud .ultra-popular { font-size: 2.5em; }