ul.tags { 
    padding-left: 0px; 
    display: inline; 
    font-size: small;
}
ul.tags:before { content: "Tags "; font-weight: bold; }
ul.tags li { display: inline; }

.smallestTag {
    font-size: xx-small;
}

.smallTag {
    font-size: xx-small;
}

.mediumTag {
    font-size: x-small;
}

.bigTag {
    font-size: small;
}

.biggestTag {
    font-size: medium;
}

.hugeTag {
    font-size: large;
}

.hugestTag {
    font-size: x-large;
}

.mostHugeTag {
    font-size: xx-large;
}

#tagcloud {
    text-align: center;
    padding: 1em;
}

#tagcloud a {
    text-decoration: none;
    font-family: serif;
}
