@charset "utf-8";
/* CSS Document */

#tagcloud {
    width: 920px;
    background:#FFFFFF;
    color:#78ab2a;
    padding: 0px;
    border: 0px dotted #78ab2a;
    text-align:center;
	line-height:20px;
}
 
.#tagcloud a:link, #tagcloud a:visited {
    text-decoration:none;
	color: #78ab2a;
}
 
#tagcloud a:hover, #tagcloud a:active {
    text-decoration: underline;
    color: #004a2a;
}
 
#tagcloud span {
    padding: 4px;
}
 
.smallest {
    font-size: x-small;
}
 
.small {
    font-size: small;
}
 
.medium {
    font-size:medium;
}
 
.large {
    font-size:large;
}
 
.largest {
    font-size:larger;
}