﻿/******************************
	General page elements
******************************/
	html, body {
		height: 100%;
		margin: 0;
		padding: 0;}

	html { background-color: #D5D7F7; background-image: url('sfondo.jpg'); 
               background-repeat: no repeat; 
	       background-attachment: fixed; 
               background-position: center top }

	body { 
                scrollbar-face-color: #D5D7F7;
                scrollbar-shadow-color: #336699;
                scrollbar-highlight-color: #336699;
                scrollbar-3dlight-color: #D5D7F7;
                scrollbar-darkshadow-color: #D5D7F7;
                scrollbar-track-color: #E2E3FA;
                scrollbar-arrow-color: #336699;}


/* testo normale */

p { 
	font: 12pt/16pt 'Times New Roman'; 
	margin-top: 0px; 
	font-weight: bold;
	font-style: italic;
	text-align: justify;
	color: #336699;
	letter-spacing: 0px;
	}


/* titolo grande a sinistra */

h1 { 
	font: 16pt/16pt 'Times New Roman'; 
	margin-top: 0px; 
	font-style: italic;
	text-align: right;
	color: #336699;
	letter-spacing: 0px;
	}


/* titolo grande a destra */

h2 { 
	font: 16pt/16pt 'Times New Roman'; 
	margin-top: 0px; 
	font-style: italic;
	text-align: left;
	color: #336699;
	letter-spacing: 0px;
	}


/* testo corsivo titolo */

h3 { 
	font: 12pt/16pt 'Times New Roman'; 
	margin-top: 0px; 
	font-style: italic;
	text-align: justify;
	color: #336699;
	letter-spacing: 0px;
	}
	
/* testo corsivo */

.cs { 
	font: 12pt/16pt 'Times New Roman'; 
	margin-top: 0px; 
	font-style: italic;
	text-align: justify;
	color: #336699;
	letter-spacing: 0px;
	}


/* testo corsivo a destra */


h4 { 
	font: 12pt/16pt 'Times New Roman'; 
	margin-top: 0px; 
	font-style: italic;
	text-align: right;
	color: #336699;
	letter-spacing: 0px;
	}

/* testo corsivo centrato */


h5 { 
	font: 12pt/16pt 'Times New Roman'; 
	margin-top: 0px; 
	font-style: italic;
	text-align: center;
	color: #336699;
	letter-spacing: 0px;
	}


a:link { 

	text-decoration: underline; 
	color: #336699;
	}

a:visited { 

	text-decoration: underline;
	color: #336699;
	}

a:hover { 
 
	text-decoration: underline;
	color: #6095CA;
	}

/*div biografia */

.text {
	float:right;
	width: 355px;
	height: 360px;
	padding: 5px;
	overflow:auto;
	}


/*img allineata a sinistra */

.imgsx {
	float: left;
	margin: 9px 10px 9px 0;
	}

/*img allineata a destra */

.imgdx {
	float: right;
	margin: 9px 0 10px 9px;
	}
