
.tagcloud { 
    position:   relative;
    width:      205px; 
	margin: 10px 0px;
	padding: 0px 0px 0px 10px;
	text-align: center;
}

.tagcloud li a,
.tagcloud li a:link,
.tagcloud li a:visited,
.tagcloud li a:active,
.tagcloud li a:hover{
	color: #5d768d;
	text-decoration: none;
	white-space: nowrap;
}


.tagcloud ul        { list-style: none; margin: 0px; padding: 0px;}
.tagcloud li        { padding: 0px 20px 0px 10px; display: inline; list-style: none; line-height: 20px;}
.tagcloud span      { white-space: nowrap; }

.tagcloud li.style1    {font-size:  10px; font-weight: normal;}
.tagcloud li.style2   {font-size:  11px; font-weight: bold; }
.tagcloud li.style3   {font-size: 12px; font-weight: bold; }
.tagcloud li.style4     {font-size: 13px; font-weight: normal; }
.tagcloud li.style5  {font-size: 14px; font-weight: bold; }

.tagcloud li.style1 a   {font-size:  10px; font-weight: normal;}
.tagcloud li.style2 a  {font-size:  11px; font-weight: bold; }
.tagcloud li.style3 a  {font-size: 12px; font-weight: bold; }
.tagcloud li.style4 a    {font-size: 13px; font-weight: normal; }
.tagcloud li.style5 a {font-size: 14px; font-weight: bold; }


