div.tagCloud
{
	display:block;
	background:#F2F2F2;
	padding:10px;
	text-align:center;

	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
}

div.tagCloud a:hover
{
	background:#000;
	color:#FFF !important;
}