﻿#tagCloud
{
    width:190px;
    padding:4px;
    margin-top:6px;
    margin-bottom:10px;
    text-align:justify; 
}

#tagCloud A
{
    text-decoration:none;
    margin-left:4px;
    margin-right:4px;
    font-family:Trebuchet MS, Verdana, Arial;
}
#tagCloud A:hover
{
    color:#00cc00;
    text-decoration:underline;
}

#tagCloud A.weight1
{
    color: #ff9900;
    font-size: 1.6em;
    font-weight:bolder;
}
#tagCloud A.weight2
{
    color: #4169e1;
    font-size:1.4em;
    font-weight:bolder;
}
#tagCloud A.weight3
{
    color: #009eff;
    font-size: 1.2em;
    font-weight:bolder;
}
#tagCloud A.weight4
{
    color: #4188cf;
    font-size: 1.0em;
}
#tagCloud A.weight5
{
    color: #83bcd8;
    font-size: .9em;
}