﻿#tagCloud
{
	border: 0;
	padding: 0;
	width: 226px;
	text-align: justify;
}

#tagCloud A
{
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#tagCloud A:hover
{
	color: #00cc00;
	text-decoration: underline;
}

#tagCloud A.weight1
{
	color: #f7700b;
	font-size: 16pt;
	font-weight: bolder;
}

#tagCloud A.weight2
{
	color: #2987d7;
	font-size: 14pt;
	font-weight: bolder;
}

#tagCloud A.weight3
{
	color: #3e93db;
	font-size: 12pt;
	font-weight: bolder;
}

#tagCloud A.weight4
{
	color: #5aa5e4;
	font-size: 10pt;
}

#tagCloud A.weight5
{
	color: #7fbcf1;
	font-size: 9pt;
}