#tag_box {
	padding: 4px;
}

#tag_box h1 {
	font-size: 10pt;
}

#tag_box a {
	text-decoration: none;
	font-size: 8pt;
}

#tag_cloud {
	border: 1px solid #9090A5;
	background-color: #ffffff;
	overflow: auto;
}

#tag_cloud span {
	display: inline;
}

#tag_cloud span a {
	padding-right 2px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #000000;
}

#tag_cloud span a:hover {
	text-decoration: none;
	display: inline;
	color: #305030;
}

