#tagcloud {
    width: 200px;
    background://url('design/middle.jpg') repeat-y;
    padding: 5px;
    text-align:center;
    font-style: oblique;
}

#tagcloud span {
    padding: 2px;
}

.smallest {
    font-size: xx-small;
}

.small {
    font-size: small;
}

.medium {
    font-size:medium;
}

.large {
    font-size:large;
}

.largest {
    font-size:large;
}
#tagcloud A:link {
COLOR:#445533;
text-decoration: none
}
#tagcloud A:visited {
COLOR:#445533;
text-decoration: none
}
#tagcloud A:hover {
COLOR:#559922;
text-decoration: none;
font:inherit;

}

