body { 
	background-color: #f8d47c;
	font-family: Comic Sans MS;
	margin-left: 7px;
	margin-top: 20px;
	margin-right: 7px;
	margin-bottom: 20;
	font-size: 9px;
	color: #000;
	 
}


a.link{
	font-family: verdana;
	color: #006000;
	font-size: 14px;
	font-weight:bold;	
}

.link:hover{
	font-family: verdana;
	color: #333;
	font-size: 14px;
}


a.link2{
	font-family: arial;
	color:	#373737;
	font-size: 14px;
	font-weight:bold;	
}

.link2:hover{
	font-family: arial;
	color: #d7d7d7;
	font-size: 14px;
	font-weight:bold;
}

a.link3{
	font-family: verdana;
	color:	#d70d00;
	font-size: 14px;
	font-weight:bold;	
}

.link3:hover{
	font-family: verdana;
	color: #ffc9af;
	font-size: 14px;
	font-weight:bold;
}


a.link4{
	font-family: arial;
	color:	#000000;
	font-size: 9px;
	font-weight:bold;	
}

.link4:hover{
	font-family: arial;
	color: #ffffff;
	font-size: 9px;
	font-weight:bold;
}

a.link5{
	font-family: verdana;
	color:	#870000;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}

.link5:hover{
	font-family: verdana;
	color: #ffc9af;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}



.td{
	width: 20px;
}



h4  {
	font-family:halvetica, sans-serif;
	color: #870000;
	margin-left: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight:bold;
}

.div{
	margin-bottom: 45px;
	margin-left: 10px;
	margin-right: 8px;
	text-align: center; 
	border: 1px black solid; 
	background-color:#CCCCCC;"
}

.coperta  {
	margin-right: 8px;
	margin-left: 0px;	
}





a.screen, a.screen:visited {
 
position:relative; 
z-index:1;
font-family: arial;
color:	#373737;
font-size: 14px;
font-weight:bold;	
}

a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:0px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:0px solid #000; /* add a border */
left:350; /* position:the image */
top:-210px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:100;
font-family: arial;
color: #d7d7d7;
font-size: 14px;
font-weight:bold;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:3; /* remove the link border */
}



