.tagcloud a:link,
.tagcloud a:visited,
.tagcloud a:active
{

font-family: Arial;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.1pt;
}

.tagcloud a:hover{
text-decoration: underline;
}


.tagcloud  {
background-repeat: no-repeat;
width: 623px;
height: 160px;
background-image: url("../img/tagcloud.gif");
padding: 10px 0px 10px 22px;
text-align:  center; 
line-height: 16pt;
float:right;
margin-top: 34px;
}


.tagcloud  ul        { min-height: 1.75em; }
.tagcloud ul.first  { padding-top: 1px;width:560px;}

.tagcloud ul.last   { padding-bottom: 20px; }
.tagcloud li        { padding: 0px 1.6em; display: inline; }
.tagcloud span      { white-space: nowrap; }

.tagcloud li.tiny   { font-size:  6pt; }
.tagcloud li.small  { font-size:  7pt;}
.tagcloud li.medium  { font-size:  8pt;}
.tagcloud li.big    { font-size: 11pt; font-weight: bold; }
.tagcloud li.bigger { font-size: 12pt; font-weight: bold; }
