/*$Id: tagadelic.css,v 1.2 2006/11/16 16:57:56 ber Exp $*/
/* Tagadelic default example stylesheet **/

.wrapper.tagadelic {
  text-align : justify;
  margin-top:1em;
  line-height:3em;
  background-color:#EEEEEE;
}

.tagadelic.level1 {
  font-size : 10px;
}
.tagadelic.level2 {
  font-size : 11px;
}
.tagadelic.level3 {
  font-size : 13px;
}
.tagadelic.level4 {
  font-size : 15px;
}
.tagadelic.level5 {
  font-size : 17px;
}
.tagadelic.level6 {
  font-size : 20px;
}
.tagadelic.level7 {
  font-size : 24px;
}
.tagadelic.level8 {
  font-size : 28px;
  margin-top: 1em;
}
.tagadelic.level9 {
  font-size : 33px;
}
.tagadelic.level10 {
  font-size : 40px;
}

