/* ==============================================================================

						             GESTIONE DEI TAG

   ==============================================================================  */

#tags {
	position: relative;
	top: 0px;
	width: 170px;
	left: 0px;
	top: 0px;
	padding: 15px;
	text-align: justify;
}

#tags p.hdr1 {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

#tags  a {
	text-decoration: none;
}

#tags a:hover {
	text-decoration: none;
	color: #5CD2B4;
} 

#tags .t1 {
	font-size: 11px;
	color: #C9C9C9;
	font-variant:small-caps;
}

#tags .t2 {
	font-size: 12px;
	color: #C9C9C9;
}

#tags .t3 {
	font-size: 13px;
	color: #C9C9C9;
}

#tags .t4 {
	font-size: 15px;
	color: #F3F3F3;
	font-variant:small-caps;
}

#tags .t5 {
	font-size: 16px;
	color: #F3F3F3;
}

#tags .t6 {
	font-size: 17px;
	color: #F3F3F3;
}

