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

        /* hide the extra context from CSS-enabled browsers, but not for screenreaders */
        .tagscloud SPAN {
	position: absolute;
	text-decoration: none;
           }

        /* size of the tags */
        .tagscloud .tagscloud1 {
	font-size: 20px;
	color:#06F;
	text-decoration: none;
           }
        /* size of the tags */
		   
        .tagscloud .tagscloud2 {
	font-size: 18px;
	font-weight:200;
	color:#000;
	text-decoration: none;
           }
		   
        .tagscloud .tagscloud3 {
	font-size: 16px;
	font-weight:300;
	color:#060;
	text-decoration: none;
           }
		   
        .tagscloud .tagscloud4 {
	font-size: 14px;
	font-weight:400;
	color:#009;
	text-decoration: none;
           }
		   
        .tagscloud .tagscloud5 {
	font-size: 12px;
	font-weight:500;
	color:#F90;
	text-decoration: none;
           }
		   
        .tagscloud .tagscloud6 {
	font-size: 10px;
	font-weight:600;
	color:#F00;
	text-decoration: none;
           }
		   
        .tagscloud1:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

            text-decoration: none;
           }
        .tagscloud2:hover {
	background-color: #4B8FC7;
	color: #930;
	text-decoration: none;
           }
        .tagscloud3:hover {
	background-color: #4B8FC7;
	color: #03F;
	text-decoration: none;
           }
        .tagscloud4:hover {
	background-color: #4B8FC7;
	color: #00C;
	text-decoration: none;
           }
        .tagscloud5:hover {
	background-color: #4B8FC7;
	color: #C66;
	text-decoration: none;
           }
        .tagscloud6:hover {
            background-color: #4B8FC7;
            color: #FFFFFF;

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

