body {
	/*background: #000 url(index.png) no-repeat center 230px;*/
}
#tagcloud {
	position: relative;
	width:275px; 
	height:275px;
	margin: 20px auto 0;
	
}
#tagcloud a {
	position: absolute;
	top: 0px;
	left: 0px;
	/*font-family: Microsoft YaHei;*/
	/*color: #fff;*/
	/*color:#0E0E0E;*/
	font-weight: bold;
	/**/
	padding: 3px 6px;
	color:#666;
    
}
#tagcloud a:hover {
	/*border: 1px solid #eee;*/
	color:#690;
	text-decoration: none;
}
#tagcloud a.blue {
	color:#690;
	
}
#tagcloud a:hover.blue {
	color:#666;
}


