BODY {
	margin-left : 0px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-right: 0px;

}


.bordo_tutto {
	border-bottom-style: groove;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #000000;
	
	border-top-color: #000000;
	border-top-style: groove;
	border-top-width: 2px;
	
	border-left-color: #000000;
	border-left-style: groove;
	border-left-width: 2px;
}

.testo01 {
	color : black;
	font :  12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.testo01p {
	color : black;
	font :  10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.testo02 {
	color : white;
	font :  12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.testo03 {
	color : white;
	font :  30px helvetica sans-serif;
}

.testo04 {
	color : white;
	font :  10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.spazio {
	color : white;
	font :  10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.testo05 {
	color : #666666;
	font :  12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style:italic
}

.testo07 {
	color : #222222;
	font :  12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style:italic
}

.testo06 {
	color : #BD0074;
	font :  20px Verdana sans-serif;
	font-style:bold
}





a.screen, a.screen:visited {
color:; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:80px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:4px solid #BD0074; /* add a border */
left:0; /* position:the image */
top:-88px;
}
a.screen:hover {
text-decoration:; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:80px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}
