/***** Tag cloud *****/
	#tags ul{
margin:1em 0;
padding:.5em 10px;
text-align:center;}
	#tags li{
margin:0;
padding:0;
list-style:none;
display:inline;
}
	#tags li a{
text-decoration:none;
color:#545454;
padding:0 2px;
font-weight: bold;
}
	#tags li a:hover{
color:#ce1f12;
font-weight: bold;
}		li.tag1{font-size:100%;}
	li.tag2{font-size:120%;}
	li.tag3{font-size:140%; color: #545454;}
	li.tag4{font-size:160%; color: #545454;}
	li.tag5{font-size:180%; color: #545454;}
	
#tags li.tag4 a {color: #545454;}
	#tags li.tag5 a {color: #545454;}
	
#tags li.tag4 a:hover {color: #ce1f12;}
	#tags li.tag5 a:hover {color: #ce1f12;}
