
/*
	.tagCloud1 a,
	.tagCloud2 a,
	.tagCloud3 a,
	.tagCloud4 a,
	.tagCloud5 a,
	.tagCloud6 a,
	.tagCloud7 a,
	.tagCloud8 a,
	.tagCloud9 a,
	.tagCloud10 a {
		color: #333333;
	}
*/

	.tagCloud1 a:hover,
	.tagCloud2 a:hover,
	.tagCloud3 a:hover,
	.tagCloud4 a:hover,
	.tagCloud5 a:hover,
	.tagCloud6 a:hover,
	.tagCloud7 a:hover,
	.tagCloud8 a:hover,
	.tagCloud9 a:hover,
	.tagCloud10 a:hover {
		color: #ff0000;
	}

	/* Level 1 */

	.tagCloud1 {
		font-size: 6pt;
		font-weight: bold;
	}

	.tagCloud1 a {
		color: #000000;
	}

	/* Level 2 */

	.tagCloud2 {
		font-size: 7pt;
		font-weight: bold;
	}

	.tagCloud2 a {
		color: #190000;
	}

	/* Level 3 */

	.tagCloud3 {
		font-size: 8pt;
		font-weight: bold;
	}

	.tagCloud3 a {
		color: #320000;
	}

	/* Level 4 */

	.tagCloud4 {
		font-size: 9pt;
		font-weight: bold;
	}

	.tagCloud4 a {
		color: #4b0000;
	}

	/* Level 5 */

	.tagCloud5 {
		font-size: 10pt;
		font-weight: bold;
	}

	.tagCloud5 a {
		color: #640000;
	}

	/* Level 6 */

	.tagCloud6 {
		font-size: 11pt;
		font-weight: bold;
	}

	.tagCloud6 a {
		color: #7d0000;
	}

	/* Level 7 */

	.tagCloud7 {
		font-size: 12pt;
		font-weight: bold;
	}

	.tagCloud7 a {
		color: #960000;
	}

	/* Level 8 */

	.tagCloud8 {
		font-size: 13pt;
		font-weight: bold;
	}

	.tagCloud8 a {
		color: #af0000;
	}

	/* Level 9 */

	.tagCloud9 {
		font-size: 14pt;
		font-weight: bold;
	}

	.tagCloud9 a {
		color: #c80000;
	}

	/* Level 10 */

	.tagCloud10 {
		font-size: 15pt;
		font-weight: bold;
	}

	.tagCloud10 a {
		color: #e10000;
	}


