#pubb{
		position:absolute;
		width  : 100%;
		height :  170px;
		left:0px;
		top:0px;
		background: black;
		opacity: 0.65;
		filter:alpha(opacity=65);
}

#testoPUBB{
	width  : 100%;
	height :  144px;
	margin-top:10px;
	font-size : 35px;
	color: white;	
}

#close{
	width  : 100%;
	height :  16px;
	margin-left:99%;
}

#medio{
	margin-top:0px;
	font-size :27px;
}


#piccolo{
	margin-top:0px;
	font-size :20px;
}

a.pubb:link {
	font-size : 20px;
	color: white;
	}
	
a.pubb:visited {
	font-size : 20px;
	color: white;
	}
	
a.pubb:active {
	font-size : 20px;
	color: white;
	}
	
a.pubb:hover {
	font-size:25px; 
	font-weight:bold; 
	color: blue;
	}


