/*
 * $Id: tagcloud.css 271 2009-06-13 22:38:21Z patrick $
 * CSS for state-of-mind.de website
 * Patrick Ben Koetter, p@state-of-mind.de
 *
 */

.g1 {
    color:#535355;
}

.g2 {
    color:#8A8A8B;
}

.b1 {
    color:#007BA5;
}

.b2 {
    color:#66B0C9;
}

.b3 {
    color:#99CADB;
}

.smallest {
    font-size:0.7em;
}

.smaller {
    font-size:0.8em;
}

.small {
    font-size:0.9em;
}

.normal {
    font-size:1em;
}

.large {
    font-size:1.2em;
}

.larger {
    font-size:1.4em;
}

.largest {
    font-size:1.6em;
}









