/* Made by SimoGraf */
        /* display the individual items next to each other, not one-per-line */
        .tagscloud LI {
	display: inline;
	color: #DAD5C2;
           }

        /* hide the extra context from CSS-enabled browsers, but not for screenreaders */
        .tagscloud SPAN {
           position: absolute; left: -999px; width: 990px;
           }

        /* size of the tags */
        .tagscloud .tagscloud1 {
	font-size: 1em;
	color:#DAD5C2;
           }
        /* size of the tags */
		   
        .tagscloud .tagscloud2 {
	font-size: 1.3em;
	font-weight:200;
	color:#000;
           }
		   
        .tagscloud .tagscloud3 {
	font-size: 1.6em;
	font-weight:300;
	color:#CC9;
           }
		   
        .tagscloud .tagscloud4 {
	font-size: 1.9em;
	font-weight:400;
	color:#369;
           }
		   
        .tagscloud .tagscloud5 {
	font-size: 2em;
	font-weight:500;
	color:#F90;
           }
		   
        .tagscloud .tagscloud6 {
	font-size: 2.2em;
	font-weight:600;
	color:#F00;
           }
		   
        .tagscloud1:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud2:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud3:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud4:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud5:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud6:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }	  
/* End Tag Cloud II CSS */ 
