.tag-cloud {
  text-align  :center;
  width       :580px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
  font-weight :bolder;
  line-height :200%;
  font-size   : 1.4em;
}

.tag-cloud li {
  display     :inline;
  white-space :nowrap;
  padding     :0;
  margin      :0;
}

.tag-cloud li a {
  padding         : 0 0.2em 0 0.2em;
  text-decoration : none;
  color           : #84d0f1;
  background      : #ffffff;
}

.tag-cloud  a {
  text-decoration : none;
  color           : #84d0f1;
  background      : #ffffff;
}