@charset "utf-8";

/* CSS Document */
/* tag-cloud.css */

#list {
	margin:0 auto;
	height:200px;
	width:200px;
	overflow:hidden;
	position:relative;
	background-color: #E6EDF3;
	border:#D3DFEF solid thick;
}

#list ul,  #list li {
	list-style:none;
	margin:0;
	padding:0;
}

#list a {
	position:absolute;
	text-decoration: none;
	color:#000;
}

#list a:hover {
	color:#999;
}
