/* tag cloud usage */
#topicWordsBox a.font6, a.font6:hover
{
	font-size: 9px;
}
#topicWordsBox a.font5, a.font5:hover
{
	font-size: 10px;
}
#topicWordsBox a.font4, a.font4:hover
{
	font-size: 12px;
}
#topicWordsBox a.font3, a.font3:hover
{
	font-size: 14px;
}
#topicWordsBox a.font2, a.font2:hover
{
	font-size: 18px;
}

#topicWordsBox a.font1, a.font1:hover
{
	font-size: 22px;
}

.topic
{
	width: 0%;
}

.articleTags a:link, .articleTags a:active, .articleTags a:visited
{
	text-decoration: none;
}

.articleTags a:hover
{
	text-decoration: underline;
}


/*******/
.test
{
	clear: both;
}