<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* stile pagine ARTICOLI DI STAMPA */

body 
	{
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	}

p	
	{
	text-align: justify;
	margin: 0;
	padding: 0;
	}

hr
	{
	color: #cccccc;
	}
	
.imm
	{
	float: left;
	margin-right: 10pt;
	margin-bottom: 0pt;
	text-align: left;
	}

.dex
	{
	float: right;
	margin-left: 10pt;
	margin-bottom: 5pt;
	text-align: right;
	}
	
.aaa
	{
	position: absolute;
	width: 210px;
	float: left;
	}

.bbb
	{
	position: absolute;
	margin-left: 232px;
	width: 210px;
	float: left;
	}

.ccc
	{
	position: absolute;
	margin-left: 464px;
	width: 210px;
	float: left;
	}

a:link  
	{
	font: Arial;
	font-size: 8pt;
	text-decoration: none; color: blu;
	}

a:hover 
	{
	font: Arial;
	font-size: 8pt;
	text-decoration: none; color: red; font-size: 8pt; font-weight: bold;
	}

a:visited 
	{
	font: Arial;
	font-size: 8pt;
	text-decoration: none; color: blu;
	}

/* ... */</pre></body></html>