#tagCloud{ 
	width:290px; 
	background-color:#eef;
	text-align:center; 
	padding:5px; 
	overflow:auto; 
	font-size:70%; 
	font-family:arial; 
	opacity: 0.85;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);	
}
#actorCloud{ 
	width:580px; 
	background-color:#eef; 
	text-align:center; 
	padding:5px; 
	overflow:auto; 
	font-size:70%; 
	font-family:arial; 
	overflow: hidden; 
	opacity: 0.85;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);	
}
#yearCloud{ 
	width:200px; 
	background-color:#eef; 
	text-align:center; 
	padding:5px; 
	overflow:auto; 
	font-size:70%; 
	font-family:arial; 
	overflow: hidden; 
	opacity: 0.85;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);	
}
#tagCloud h2{ 
	color:#000; 
	font-size:2.5em;
	text-align: left;	
	margin:0 0 10px 0; 
	background:url(../images/tag-48.png) no-repeat 0; 
	padding:15px 0 15px 80px; 
}
#actorCloud h2{ 
	color:#000; 
	font-size:2.5em; 
	text-align: left;
	margin:0 0 10px 0; 
	background:url(../images/user-group-48.png) no-repeat 0; 
	padding:15px 0 15px 80px; 
}
#yearCloud h2{ 
	color:#000; 
	font-size:2.5em; 
	text-align: left;
	margin:0 0 10px 0; 
	background:url(../images/calendar-48.png) no-repeat 0; 
	padding:15px 0 15px 80px; 
}
#tagList,#actorList,#yearList { 
	margin:0; padding:0; 
}
#tagList li,#actorList li,#yearList li { 
	list-style-type:none; 
	float:left; 
	height:30px; 
}
#tagList li a,#actorList li a,#yearList li a { 
	text-decoration:none; 
}

.smallest {
    font-size: 12px;
}
ul li a.smallest {
	color: #004e6b;
	padding: 10px;
}
ul li a.smallest:hover {
	background-color: #007ead;
	color: white;
}

.small {
    font-size: 14px;
}
ul li a.small {
	color: #1d6c01;
	padding: 12px;
}
ul li a.small:hover {
	background-color: #2daf00;
	color: white;
}

.medium {
    font-size:16px;
}
ul li a.medium {
	color: #912600;
	padding: 14px;
}
ul li a.medium:hover {
	background-color: #cc3500;
	color: white;
}

.large {
    font-size:18px;
}
ul li a.large {
	color: #877900;
	padding: 16px;
}
ul li a.large:hover {
	background-color: #d8c100;
	color: white;
}

.largest {
    font-size:20px;
}
ul li a.largest {
	color: #430069;
	padding: 18px;
}
ul li a.largest:hover {
	background-color: #7600b9;
	color: white;
}