/* stile pagina BIOGRAFIA */

body
	{
	margin: 5px 10px 0px 10px;
 	padding: 0;
	background-color: none;
	color: black;
	font: small Arial, Helvetica, sans-serif;
	}
 
.men
	{
	margin-bottom: 15px;
	}

.nom	/* stile del TITOLO della pagina */
	{
	font-size: 12pt; 
	font-weight: bold;
	text-align: left; 
	margin-left: 15pt;
	}

.box	/* contenitore del TESTO della biografia */
	{
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: -12pt;
	margin-right: 15pt;
	padding-left: 15pt;
	}

.text	/* stile del TESTO della biografia */
	{
	text-align: justify;
	}

.box1	/* contenitore del TITOLO dei contact */
	{
	height: 20pt;
	background-color: red;
	font-size: 12pt; 
	font-weight: bold;
	word-spacing: 0.5em;
	color: white;
	margin-right: 15pt;
	margin-top: 50px;
	padding-top: 8pt;
	padding-left: 15pt;
	}

.box2	/* contenitore del contact */
	{
	font-size: 12pt;
	line-height: 2em;
	background-color: white;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	margin-right: 15pt;
	padding: 20pt;
	}

.box3 /* distanziatore di fondo */
	{
	height: 200px;
	}
	
a:link
	{
	text-decoration: none; color: blue;
	}

a:hover
	{
	text-decoration: none; color: red;
	}

a:visited
	{
	text-decoration: none; color: blue;
	}

.ado	/* stile dell'icona Adobe */
	{
	position: relative;
	float: right;
	bottom: 25px;
	}

.but	
	{
	float: right;
	}

.mail
	{
	position: relative;
	float: right;
	right: 10px;
	bottom: -5px;
	}
	
.top	/* stile dei RIMANDI a capo pagina */
	{
	font-size: 8pt;
	font-weight: normal; 
	margin-top: 300pt;
	}


/* ... */
