/* Start Tag Cloud II CSS */
.T_tags {
	text-align:center;
	width:915px;
	/*padding:10px 30px;*/
	margin: 20px 5px;
	}
	
        /* display the individual items next to each other, not one-per-line */
        .tagscloudH, .tagscloudH a, .tagscloudH h1 {
           text-decoration:none;
           }		   

        /* size of the tags */
        .tagscloudH .tagscloud1 {
           font-size: 0.5em;
	   color:#523225; /*color:#89503D;*/
           }
        /* size of the tags */
		   
        .tagscloudH .tagscloud2 {
           font-size: 0.6em;
           font-weight:200;
	   color:#523225;/*color:#955742;*/
           }
		   
        .tagscloudH .tagscloud3 {
           font-size: 0.7em;
           font-weight:300;
	   color:#523225;
           }
		   
        .tagscloudH .tagscloud4 {
           font-size: 0.8em;
           font-weight:400;
	   color:#523225;/*color:#9B5A44;*/
           }
		   
        .tagscloudH .tagscloud5 {
           font-size: 0.9em;
           font-weight:500;
	   color:#523225;/*color:#3C221A;*/
           }
		   
        .tagscloudH .tagscloud6 {
           font-size: 1em;
           font-weight:600;
	   color:#523225;/*color:#7A4736;*/
           }
		   
        .tagscloud1:hover {
            /*background-color: #4B8FC7;*/
            color: #E7E7E7;
            text-decoration: none;
           }
        .tagscloud2:hover {
            /*background-color: #4B8FC7;*/
            color: #E7E7E7;

            text-decoration: none;
           }
        .tagscloud3:hover {
            /*background-color: #4B8FC7;*/
            color: #E7E7E7;

            text-decoration: none;
           }
        .tagscloud4:hover {
            /*background-color: #4B8FC7;*/
            color: #E7E7E7;

            text-decoration: none;
           }
        .tagscloud5:hover {
            /*background-color: #4B8FC7;*/
            color: #E7E7E7;

            text-decoration: none;
           }
        .tagscloud6:hover {
            /*background-color: #4B8FC7;*/
            color: #E7E7E7;
            text-decoration: none;
           }	  
/* End Tag Cloud II CSS */ 