.tagcloud {
	width: 400px;
	height: 300px;
	background: #ffffff;
	border: 1px solid #000000;
	overflow: hidden;
	position: relative;
}

.tag {
	background: transparent;
	position: relative; /* will be changed in JS to absolute, used for non-js.*/
	white-space: nowrap;
	display: inline;
}

.taglink {
	text-decoration: none;
	color: #000044;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 0px;
	z-index: 1;
}

.taglink:hover {
	border-width: 1px;
	z-index: 50;
}

