﻿/* Considero SearchCloud */
.tagCloud
{
	width:100%;
	border:solid 0px #ccc;
	padding:3px;
	margin-bottom:3px;
	text-align:justify;
	font-family:Arial, san-serif;
	line-height: 160%;
}

.tagCloud A
{
	text-decoration:none;
	margin:1px;
	text-transform:lowercase;
	font-weight:bold;
}

.tagCloud A:hover
{
	text-decoration:underline;
}

.tagCloud A.weight1
{
	color: #ff9900;
	font-size: 14px;

}
.tagCloud A.weight2
{
	color: #4169e1;
	font-size:13px;
}
.tagCloud A.weight3
{
	color: #009eff;
	font-size: 12px;
}
.tagCloud A.weight4
{
	color: #4188cf;
	font-size: 11px;
}
.tagCloud A.weight5
{
	color: #83bcd8;
	font-size: 10px;
}
