#tagcloud {
	font-size: 1.0em;
	line-height: 1.4em;
	text-align: justify;
	padding-bottom : 10px;
}

#tagcloud .top {
	background : url('/i/tagcloud_bg_mid.gif') repeat-x;
	border-bottom : 1px solid #fff; /* this is necessary to fix an IE layout bug */
}
#tagcloud .bot {
	background : url('/i/tagcloud_bg_mid.gif') bottom left repeat-x;
}
#tagcloud .midleft {
	background : url('/i/tagcloud_bg_mid.gif') repeat-y;
}
#tagcloud .midright {
	background : url('/i/tagcloud_bg_mid.gif') repeat-y top right;
}
#tagcloud .topleft {
	background : url('/i/tagcloud_bg_topleft.gif') no-repeat top left;	
}
#tagcloud .topright {
	background : url('/i/tagcloud_bg_topright.gif') no-repeat top right;	
}
#tagcloud .botleft {
	background : url('/i/tagcloud_bg_botleft.gif') no-repeat bottom left;
	margin : 0;
}
#tagcloud .botright{
	background : url('/i/tagcloud_bg_botright.gif') no-repeat bottom right;
}
#tagcloud .inner {	/* this is necessary to fix another IE layout bug */
	padding : 10px; 
}

div#tagcloud a, 
div#tagcloud a:link, 
div#tagcloud a:active, 
div#tagcloud a:visited {
	padding-right: 2px;
	color: #999;
	text-decoration: none;
}
div#tagcloud a:hover {
	color: #111;
	text-decoration: underline;
}
