﻿#tagCloud
{
    width:275px;
    height: 200px;
    /*border:solid 1px #ccc;*/
    padding:5px;
    margin-bottom:10px;
    text-align:justify;
    overflow:hidden;
}

#tagCloud A
{
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
    font-family:Trebuchet MS, Verdana, Arial;
    /*text-transform:lowercase;*/
}

#tagCloud A:hover
{
    color:#00cc00;
    /*text-decoration:underline;*/
}

#tagCloud A.weight1
{
    color: #d8ca35;
    font-size: 1.9em;
    /*font-weight:bolder;*/
}
#tagCloud A.weight2
{
    color: #d90394;
    font-size:1.8em;
    /*font-weight:bolder;*/
}
#tagCloud A.weight3
{
    color: #09a100;
    font-size: 1.7em;
    /*font-weight:bolder;*/
}
#tagCloud A.weight4
{
    color: #35b9a5;
    font-size: 1.6em;
}
#tagCloud A.weight5
{
    color: #55958a;
    font-size: 1.5em;
}
#tagCloud A.weight6
{
    color: #ce6060;
    font-size: 1.4em;
}
#tagCloud A.weight7
{
    color: #4896fd;
    font-size: 1.3em;
}
#tagCloud A.weight8
{
    color: #6da49b;
    font-size: 1.2em;
}
#tagCloud A.weight9
{
    color: #213052;
    font-size: 1.1em;
}
#tagCloud A.weight10
{
    color: #77aaa2;
    font-size: 1.0em;
}
#tagCloud A.weight11
{
    color: #948c8c;
    font-size: 0.9em;
}

