@charset "utf-8";
/* CSS Document */
#tagcloud{ background:#ff9900; width:126px; height:220px; text-align:center; }
 
.tag1{ font-size:0.6em; color:#505050; }
.tag2{ font-size:0.9em; color:#808080; }
.tag3{ font-size:1.2em; color:#E0E0E0; }
 
#tagcloud a{ text-decoration:none; font-family:Arial, Helvetica, sans-serif }
#tagcloud a:hover{ text-decoration:none; background-color:#ffd273; color:#000000; }
