      #tagcloud a:link, #tagcloud a:visited {
          text-decoration:none;
		  color:#CCCCCC;
      }
      #tagcloud a:hover, #tagcloud a:active {
          text-decoration: underline;
          color: #036;
      }
      .smallest {
          font-size: x-small;
      }
      .small {
          font-size: small;
      }
      .medium {
          font-size:medium;
      }
      .large {
          font-size:large;
      }
      .largest {
          font-size:larger;
      }
