/* stile pagina FOTO */

body
	{
	margin: 5px 10px 0px 10px;
 	padding: 0;
	background-color: none;
	color: black;
	font: small Arial, Helvetica, sans-serif;
	}
 
.nom	/* stile del TITOLO della pagina */
	{
	font-size: 12pt; 
	font-weight: bold;
	text-align: left; 
	margin-left: 15pt;
	margin-bottom: 10pt;
	}

.box	/* stile del COMMENTO al disc */
	{
	float: left;
	width: 120px;
	height: 130px;
	text-align: center;
	margin: 0 0 16px 16px;
	background-color: white;
	border: 1px solid #cccccc;
	}

.tit
	{
	margin-top: 15px;
	color: #000080;
	}

.dis
	{
	border: 1px solid black;
	position: relative;
	float: center;
	bottom: -8px;
	}

.arr
	{
	position: relative;
	float: right;
	bottom: 10px;
	}
		
.top	/* stile dei RIMANDI a capo pagina */
	{
	font-size: 8pt;
	font-weight: normal; 
	margin-top: 350pt;
	}


/* ... */
