/* 

 SEARCH TERM TRACKER by WebProComponents - 2010
 http://www.WebProComponents.com

*/

CSS:
#tagcloud {
    width: 300px;
    background:#FFFFCC;
    color:#0066FF;
    padding: 10px;
    border: 1px solid #FFE7B6;
    text-align:center;
	font-family: 'lucida grande',trebuchet,'trebuchet ms',verdana,arial,helvetica,sans-serif;
}
 
#tagcloud a:link, #tagcloud a:visited {
    text-decoration:none;
}
 
#tagcloud a:hover, #tagcloud a:active {
    text-decoration: underline;
    color: #000;
}
 
#tagcloud span {
    padding: 4px;
}
 
.smallest {
    font-size: 12px; padding: 0.25em; color: #666666; z-index: 4; position: relative;
}
 
.small {
    font-size: 17px; padding: 0.25em; color: #444444; z-index: 3; position: relative
}
 
.medium {
    font-size: 20px; padding: 0.25em; color: #333333; z-index: 2; position: relative
}
 
.large {
    font-size: 24px; padding: 0.25em; color: #222333; z-index: 1; position: relative
}
 
.largest {
    font-size: 30px; padding: 0.25em; color: #000000; z-index: 0; position: relative
}