.cloudItem{
}

.cloud7{
	font-size: 27px;
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}
.cloud6{
	font-size: 24px;
	
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
.cloud5{
	font-size: 21px;
	
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}
.cloud4{
	font-size: 18px;
	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
.cloud3{
	font-size: 15px;
	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	}
.cloud2{
	font-size: 12px;
	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
.cloud1{
	font-size: 9px;
	
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	}

.cloud{
	width: 160px;
	text-align: center;	
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.cloud span{ white-space: nowrap; }
.cloud a{
	text-decoration: none;
}
.cloud a:visited{ color: #0000ff; }
.cloud a:hover{
	text-decoration: underline;
	color: #fff;
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}