
#tagCloud
{
	width:725px;
	border:solid 1px #ccc;
	padding:5px;
	margin-bottom:10px;
	text-align:justify;
}

#tagCloud A
{
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	font-family:Trebuchet MS, Verdana, Arial;
	text-transform:lowercase;
}

#tagCloud A:hover
{
	color:#3366FF;
	text-decoration:underline;
}

#tagCloud A.weight1
{
	color: #3366FF;
	font-size: 20pt;
	font-weight:bolder;
}
#tagCloud A.weight2
{
	color: #3366FF;
	font-size:18pt;
	font-weight:bolder;
}
#tagCloud A.weight3
{
	color: #3366FF;
	font-size: 16pt;
	font-weight:bolder;
}
#tagCloud A.weight4
{
	color: #3366FF;
	font-size: 14pt;
}
#tagCloud A.weight5
{
	color: #3366FF;
	font-size: 12pt;
}
#tagCloud A.weight0
{
	color: #3366FF;
	font-size: 10pt;
	font-weight:bolder;
}

