﻿#tagCloud
{
	border: solid 1px #ccc;
	padding: 5px;
	margin-bottom: 10px;
	text-align: justify;
	/*word-break: break-all;*/
}

#tagCloud A
{
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	font-family: Trebuchet MS, Verdana, Arial;
	text-transform: lowercase;
}

#tagCloud A:hover
{
	/*color:#00cc00;*/
	text-decoration: underline;
}

#tagCloud A.weight1
{
	color: #800000;
	font-size: 1.9em;
	font-weight: bolder;
}
#tagCloud A.weight2
{
	color: #0000FF;
	font-size: 1.5em;
	font-weight: bolder;
}
#tagCloud A.weight3
{
	color: #009933;
	font-size: 1.4em;
	font-weight: bolder;
}
#tagCloud A.weight4
{
	color: #99CCFF;
	font-size: 1.2em;
}
#tagCloud A.weight5
{
	color: #000000;
	font-size: 1.0em;
}

