#tagCloud {
	width: 180px;
	background-color: #575454;
	text-align: center;
	padding: 5px;
	overflow: auto;
	font-size: 70%;
	font-family: arial;
}
#tagCloud h2 {
	color: #ffffff;
	font-size: 2.5em;
	margin: 0 0 10px 0;
	background: url(images/cloud.gif) no-repeat 0;
	padding: 15px 0 15px 80px;
}
#tagList {
	margin: 0;
	padding: 0;
}
#tagList li {
	list-style-type: none;
	float: left;
	margin: 0 10px;
	height: 35px;
}
#tagList li a {
	text-decoration: none;
	color: #ffffff;
}
#tagList li a: hover {
	text-decoration: underline;
}
