.menu {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu:hover {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #EE2BBE;
	text-decoration: none;
	font-weight: bold;
}
.scrittarosa {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FF0099;
	text-decoration: none;
}
.indirizzo {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.titoli {

	font-family: "Century Gothic";
	font-size: 24px;
	color: #FF00CC;
	text-decoration: none;
	font-weight: bold;
}
.testo {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.bordo {
	border: 1px solid #FF0099;
}
.slogan {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* disclaimer per contenuti adulti */
.disclaimer {
	font-family: "Century Gothic";
	display:block;
	padding:10px;
	position:absolute;
	color:#ffffff;
	font-size:10px;
	top:250px;
	/*left:850px;*/
	right:2.5em;
	/*width:230px;*/
	width:15em;
	border:0x solid #ffffff;
	text-align:left;
}
.disclaimer span {
	font-size:11px;
}
.bordo {
	border:1px solid #ffffff;
}
.sfondoimmagine {
	background:url('img/sfondo.jpg') top center no-repeat;
}