/* stile HOME PAGE */

body 
	{
	margin: 5px 25px 0px 25px;
 	padding: 0;
	background-color: none;
	color: black;
	font: small Arial, Helvetica, sans-serif;	
	}

.lin	/* stile della linea separatrice */
	{
	color: #CCCCCC; 
	size: 1px;
	}

.cen
	{
	text-align: center;
	}

.ban
	{
	margin: 0pt 8pt 0pt 8pt;
	}

.ima
	{
	padding: 5pt;
	}
	
.box
	{
	background-color: white;
	border: 1px solid #CCCCCC;
	margin-left: 5pt; margin-right: 5pt;
	padding: 4pt;
	}

.boxyou
	{
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	margin: 0pt 0pt 5pt 5pt;
	padding: 4pt;
	}
	
.boxmail
	{
	margin: 10pt 5pt 10pt 5pt;
	}	

.man
	{
	text-align: right;
	font-weight: bold;
	background-color: #CC9900;
	}

.boxban
	{
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	margin: 18pt 5pt;
	padding: 4pt;
	}

.boxfondo
	{
	height: 50px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 5pt;
	}

.dnc1
	{
	position: absolute;
	width: 156px;
	}

.dnc2
	{
	position: absolute;
	width: 390px;
	padding-top: 5px;
	text-align: left;
	line-height: 1.5em;
	font-size: 105%;
	font-weight: bold;
	margin-left: 170px;
	}

.boxage
	{
	height: 75px;
	border: 1px solid #CCCCCC;
	color: #000080;
	padding-top: 5pt; padding-bottom: 5pt;
	margin-bottom: 5pt;
	}

.boxtext
	{
	margin-top: 8pt; margin-bottom: 8pt;
	border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; 
	}

.text
	{
	font-size: 8pt;
	color: #000080;
	}

.age1
	{
	position: absolute;
	width: 282px;
	}

.age2
	{
	position: absolute;
	margin-left: 295px;
	width: 120px;
	}

.age3
	{
	position: absolute;
	margin-left: 430px;
	width: 130px;
	}

.you
	{
	font-size: 8pt;
	margin-bottom: 9pt;
	}

a:link  
	{
	text-decoration: none; color: black;
	}

a:hover 
	{
	text-decoration: none; color: red;
	}

a:visited  
	{
	text-decoration: none; color: black;
	}


/* ... */