	/* CSS Document for meta tag cloud */
	
	#tagcloud {
	
	width: 80%;
	color:#0066FF;
	padding: 5px;
	border: 0px solid #FFE7B6;
	text-align:justify;
	}
	
	
	
	#tagcloud a:link, #tagcloud a:visited {
	
	text-decoration:none;
	
	}
	
	
	
	#tagcloud a:hover, #tagcloud a:active {
	
	text-decoration: underline;
	
	/*color: #000;*/
	
	}
	
	
	
	#tagcloud span {
	
	padding: 0px;
	
	}
	
	/*#tagcloud span #bold a { color:#E88602; }
	#tagcloud span #bold a:hover { color: #FD030F; background: #FDE803; }*/
	
	
	
	.smallest {
	
	font-size: x-small;
	
	}
	.smallest a {	
		color:#F30660;
		text-decoration:none;	
	}
	.smallest a:hover {
		color:#F30660;
		text-decoration:underline;	
	}
	
	
	
	.small {
	
	font-size: small;
	
	}
	
	.small a {	
		color:#F30660;
		text-decoration:none;	
	}
	.small a:hover {
		color:#F30660;
		text-decoration:underline;	
	}
	
	
	
	.medium {
	
	font-size:medium;
	
	}
	.medium a {	
		color:#FA4186;
		text-decoration:none;	
	}
	.medium a:hover {
		color:#FA4186;
		text-decoration:underline;	
	}
	
	
	
	
	.large {
	
	font-size:large;
	
	}
	.large a {	
		color:#0099FF;
		text-decoration:none;	
	}
	.large a:hover {
		color:#0099FF;
		text-decoration:underline;	
	}
	
	
	
	.largest {
	
	font-size:larger;
	
	}
	
	.largest a {	
		color:#0033FF;
		text-decoration:none;	
	}
	.largest a:hover {
		color:#0033FF;
		text-decoration:underline;	
	}
	
	
	

