/*$Id: tagadelic.css,v 1.2 2006/11/16 16:57:56 ber Exp $*/
/* Tagadelic default example stylesheet **/

.wrapper.tagadelic {
  text-align : justify;
  margin-right: 1em;
}

.tagadelic {
  text-decoration: none !important;
}

.tagadelic:hover {
  text-decoration: underline !important;
}


.tagadelic.level1 {
  font-size : 12px;
}
.tagadelic.level2 {
  font-size : 13px;
}
.tagadelic.level3 {
  font-size : 14px;
}
.tagadelic.level4 {
  font-size : 15px;
}
.tagadelic.level5 {
  font-size : 16px;
}
.tagadelic.level6 {
  font-size : 17px;
}
.tagadelic.level7 {
  font-size : 18px;
}
.tagadelic.level8 {
  font-size : 19px;
}
.tagadelic.level9 {
  font-size : 20px;
}
.tagadelic.level10 {
  font-size : 21px;
}