h1 { COLOR: #DB29E1; FONT-SIZE: 22px; FONT-FAMILY: Arial, Tahoma; font-weight: bold }
h2 { COLOR: #CCCCCC; FONT-SIZE: 16px; FONT-FAMILY: Arial, Tahoma; font-weight: bold }

p { COLOR: #CCCCCC; FONT-SIZE: 12px; FONT-FAMILY: Arial, Tahoma }
font { COLOR: #CCCCCC; FONT-SIZE: 12px; FONT-FAMILY: Arial, Tahoma }
td { COLOR: #CCCCCC; FONT-SIZE: 12px; FONT-FAMILY: Arial, Tahoma }
div { COLOR: #CCCCCC; FONT-SIZE: 12px; FONT-FAMILY: Arial, Tahoma }
li { COLOR: #CCCCCC; FONT-SIZE: 12px; FONT-FAMILY: Arial, Tahoma }



.t2 { COLOR: #CCCCCC; FONT-SIZE: 16px; FONT-FAMILY: Arial, Tahoma; font-weight: bold }

.linkmenu { COLOR: #D351AB; FONT-SIZE: 11px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }
.linkmenu:hover { COLOR: #E584C7; FONT-SIZE: 11px; FONT-FAMILY: Arial, Tahoma; text-decoration: underline }

.linktext { COLOR: #D351AB; FONT-SIZE: 12px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }
.linktext { COLOR: #E584C7; FONT-SIZE: 12px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }

.linktesto { COLOR: #E584C7; FONT-SIZE: 12px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }
.linktesto:hover { COLOR: #D351AB; FONT-SIZE: 12px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }

.verde { COLOR: #53AB23; FONT-SIZE: 10px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }
.blu { COLOR: #4D73BA; FONT-SIZE: 10px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }
.rosso { COLOR: #AF2816; FONT-SIZE: 10px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }
.azzurro { COLOR: #48BDB3; FONT-SIZE: 10px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }
.giallo { COLOR: #EDC524; FONT-SIZE: 10px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }
.marroncino { COLOR: #C29019; FONT-SIZE: 10px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }

.tpiccolo { COLOR: #CCCCCC; FONT-SIZE: 10px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }

.piccolo { COLOR: #D351AB; FONT-SIZE: 10px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }
.piccolo:hover { COLOR: #E584C7; FONT-SIZE: 10px; FONT-FAMILY: Arial, Tahoma; text-decoration: none }

#galleria{
                height:400px;
                background:#000;
                background:-moz-radial-gradient(center 45deg, circle closest-side, #222 40%, #000 100%);
                background:-webkit-gradient(
                    radial, center 50%, 20, center 50%, 250, from(#333), to(#000)
                )
            }
img_news {text-align:right}
#news img {margin-right:10px; }
	
	/* the overlayed element */
	.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(img/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
text-align:center;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(img/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

	/* black version of the overlay. simply uses a different background image */
	div.apple_overlay.black {
		background-image:url(img/transparent.png);		
		color:#fff;
	}
	#triggers {
		margin-top:10px;
		text-align:center;
	}
	
	#triggers img {
		background-color:#fff;
		padding:2px;
		border:1px solid #ccc;
		margin:2px 5px;
		cursor:pointer;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}


