#tagCloudWrapper {
	margin-top: 10px;
}
#tagCloudWrapper a{
	text-decoration: none;
}

#tagCloudWrapper span {
	margin: 0 2px;
}

#tagCloudWrapper span:hover {
	border-bottom: blue dotted 1px;
	border-top: green dotted 1px;
}
#tagCloudWrapper li {
	margin-bottom: 5px;
}