@charset "utf-8";
/* CSS Document */


    #tagCloud {   
      text-align:center;   
      overflow:auto; font-size:80%; font-family:arial;  
	  width:100%;
    }  
    #tagCloud h2 {  
      color:#ffffff; font-size:2.5em; margin:0 0 10px 0;  
      /*background:url(images/cloud.gif) no-repeat 0;*/ padding:15px 0 15px 80px;  
    }  
    #tagList { margin:0; padding:0; text-align:center;}  
    #tagList li {  
     list-style-type:none; float:left; margin:0 10px; height:35px;  
   }  
   #tagList li a { text-decoration:none; color:#FFF; }  
   #tagList li a:hover { text-decoration:underline; }  

