.tcloud
{
	font-family: "Trebuchet MS" , Arial;
	background-color: White;
	height: auto;
	font-size: 11px;
	padding: 0px;
	width: 285px;
}

.tcloud a
{
	border: 0;
	text-decoration: none;
}

.tcloud span.td1, span.td2, span.td3, span.td4, span.td5
{
	white-space: nowrap;
}

.tcloud span.td1 a, span.td2 a, span.td3 a, span.td4 a, span.td5 a
{
	padding-right: 7px;

	vertical-align: baseline;
	line-height: 24px;
	text-decoration: none;
}

.tcloud span.td1 a
{
	color: Maroon;
	font-size: 9px;
}

.tcloud span.td2 a
{
	color: Gray;
	font-size: 11px;
}

.tcloud span.td3 a
{
	color: Blue;
	font-size: 13px;
}

.tcloud span.td4 a
{
	color: #222;
	font-size: 15px;
}

.tcloud span.td5 a
{
	color: fuchsia;
	font-size: 18px;
	font-weight: bold;
}


.tcloud a:link
{
	text-decoration: none;
}

.tcloud a:visited
{
	text-decoration: none;
}

.tcloud a:active
{
  text-decoration: none;
}

.tcloud a:hover
{
	color: #900;
  text-decoration: underline;

}





.tag-cloud
{
	font-family: Calibri, Arial;
}

.tag-cloud li
{
	display: inline;
	line-height: 120%;
}

.tag-cloud .not-popular
{
	font-size: 0.8em;
}

.tag-cloud .not-very-popular
{
	font-size: 1.0em;
}

.tag-cloud .somewhat-popular
{
	font-size: 1.2em;
}

.tag-cloud .popular
{
	font-size: 1.5em;
}

.tag-cloud .very-popular
{
	font-size: 1.8em;
}

.tag-cloud .very-popular a:link
{
	text-decoration: none;
	color: #0082ff;
}

ul.tag-cloud
{
	border: 0px solid #0066CC;
	width: 285px;
	font: "Trebuchet MS" , Arial;
	padding: 2px;
	list-style-type: none;
}

ul.tag-cloud a
{
	padding: 2px;
	text-decoration: none;
}

ul.tag-cloud a:link
{
	color: #4f789f;
}

ul.tag-cloud a:visited
{
	color: #4f789f;
}

ul.tag-cloud a:active
{
	color: Aqua;
}

ul.tag-cloud a:hover
{
	color: #900;
	background-color: #99cbff;
}

