body {
	background: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	scrollbar-3dlight-color:#000000;
           scrollbar-arrow-color:#FFFFFF;
           scrollbar-base-color:#000000;
           scrollbar-track-color:;
           scrollbar-darkshadow-color:#000000;
           scrollbar-face-color:#FF33FF;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:
}
a:link, a:visited {
text-decoration: none;
color: #FF33FF;
height:14px;
}
a:hover {
cursor:none;
text-decoration: underline;
color:#9EBAC1;
font-size: 18px;

}


.contenitore {width: 100%;
	color: #000000;
	background-color: #FF33FF;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;}
.topleft {background: url(top_left.gif) no-repeat top left}
.topright {background: url(top_right.gif) no-repeat top right}
.bottomleft {background: url(bottom_left.gif) no-repeat bottom left}
.bottomright {background: url(bottom_right.gif) no-repeat bottom right}
.contenuto {padding: 10px}

.bottom {
   width: 200px;
   color:#000000;
   background-color: #FF33FF;
   background-image: url("bottom.gif");
   background-repeat: no-repeat;
   background-position: bottom left;
   float: left;
   margin: 0px 10px 10px 0px;
}

.presepi {
   background-image: url("top.gif");
   background-repeat: no-repeat;
   padding: 10px;
}
.menu1{
	border: 1px solid #FF33FF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
} 

.menu1 a:link, .menu1 a:active, .menu1 a:visited{
	color: #FF33FF;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
} 

.menu1 a:hover{
	text-decoration: none;
	color: #9EBAC1;
	font-size: 18px;
	display: inline;
} 

.menu1 a:link .freccia, .menu1 a:active .freccia, .menu1 a:visited .freccia{ 
display: none; /*La freccia non si vede*/ 
} 

.menu1 a:hover .freccia{ 
display: inline; /*La freccia è visibile sull'evento hover del link*/ 
} 