.Sottotitolo {
	font-size: 24px;
	color: #000066;
	font-weight: bold;
}
.Nome-negozio {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.Payoff {
	color: #FE33A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.StagioneCatalogo {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
.Didascalia-bianca {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
}
.Bottone {
	background-color : #fe33ao;
	color : #FEA8D6;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	border-top: 2px solid #FE7FC4;
	border-right: 2px solid #FE58B2;
	border-bottom: 2px solid #F70085;
	border-left: 2px solid #C5006A;
}
.testo-piccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
A, A:LINK, A:VISITED {
	text-decoration : none;
	color : #0066FF;
}
A:HOVER {
	color : #FE33a0;
	text-decoration : underline overline;
	
}

BODY {
	margin : 3px;
	font-family : Arial, Helvetica, sans-serif;
	scrollbar-base-color : #014996;
	scrollbar-darkshadow-color : #2272B1;
	scrollbar-face-color : #014996;
	scrollbar-highlight-color : #2272B1;
	scrollbar-shadow-color : #2272B1;
	scrollbar-track-color : #123471;
	scrollbar-arrow-color : White;
	scrollbar-3dlight-color : #2272B1;
	color : #FFFFFF;
	overflow : auto;
}
#links {
 position:absolute; 
 width:500px; 
 height:500px; 
 z-index:1; 
 left: 400px; 
 top: -550px; 
 background-color: #F0F0F0; 
 overflow: hidden; 
 border: 1px none #000000; 
 font-size: 9px; 
 color: #999999; 
 visibility: visible;  
}

#bodytext {
 position:absolute; 
 width:640px; 
 height:480px; 
 z-index:2; 
 left: -650px; 
 top: 0px; 
 background-color: #F0F0F0; 
 layer-background-color: #F0F0F0; 
 border: 1px none #000000;
 overflow: hidden;
 visibility: visible;
}

