#tagcloud {
	width: 218px;
	height:174px;
	overflow:hidden;
	text-align:justify;
	margin-left:31px;
	margin-top:15px;
}
#tagcloud a:link, #tagcloud a:visited {
	text-decoration:none;
	color:#737575;
}
#tagcloud a:hover, #tagcloud a:active {
	text-decoration: underline;
	color: #737575;
}
.smallest {
	font-size:10px;
	color: #737575;
}
.small {
	font-size:12px;
	color: #737575;
}
.medium {
	font-size:14px;
	color: #737575;
}
.large {
	font-size:16px;
	color: #737575;
}
.largest {
	font-size:18px;
	color: #737575;
}