﻿#tagCloud
{
    width:180px;
    padding: 0px 5px 5px 5px;
    text-align:justify;
}

#tagCloud A
{
    text-decoration:none;
    margin-left:0px;
    margin-right:0px;
    font-family:Trebuchet MS, Verdana, Arial;
    text-transform:lowercase;
}

#tagCloud A:hover
{
    color:#00cc00;
    text-decoration:underline;
}

#tagCloud A.weight1
{
    color: #d70431;
    font-size: 1.9em;
    font-weight:bolder;
}
#tagCloud A.weight2
{
    color: #4169e1;
    font-size:1.7em;
    font-weight:bolder;
}
#tagCloud A.weight3
{
    color: #009eff;
    font-size: 1.5em;
    font-weight:bolder;
}
#tagCloud A.weight4
{
    color: #4188cf;
    font-size: 1.3em;
}
#tagCloud A.weight5
{
    color: #505557;
    font-size: 1.1em;
}
