/* Definisco le regole per il corpo del documento */
body { 
	 background: White; 
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	 font-size: 12px; 

}

/* Titolo di primo livello */
h1 {
	color: black;
}

/* Paragrafo generico */
p {
	color: black;
	font: 12px/1.5 Georgia, "Times New Roman", serif;
		width: 650px; 
}


#div1 {
	 background: Silver; /* Sfondo colr argento */
	 width: 300px; 
	  }

#div2 {
	 background: Silver;
	 width: 300px; 
	 position: absolute; 
	 top: 400px;	 
	 left: 400px;
}

.testata {
	background-image: url(../fol-img3.std/fol.gif); 
	background-repeat: no-repeat; 
	background-position: center;
	background-color: white; 
	width: 650px; 
	height: 50px;
	margin-bottom: 10px; 
	text-align: center;
	font-size: 20%;
}

.titolo {
	display: none;
}

.autore {
	background-color: #F8E2AF; 
	width: 650px; 
	height: 23px;
	text-align: center;
	font-size: 12px;
	color: #000080;
	font-family : Arial;
	font-weight: bold; 
	margin-bottom: 10px; 
	padding-top: 5px; 
}

.ladata {
	background-color: #EBEBFA; 
	width: 650px; 
	height: 23px;
	text-align: center;
	font-size: 12px;
	color: red;
	font-weight: bold; 
	font-family : Arial;
	margin-bottom: 10px; 
}

.testo {
	background-color: White;
	width: 650px; 
 	text-align: justify;
	font-size: 12px;
	font-weight: normal; 
	color: black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 24px; 
}

.bottoni {
	display: none;
}

.pubblicita {
	display: none;
}

.RifTestata {
	display: none;
}

.firme {
	display: none;
}


.timone {
	display: none;
}

.foto {
	Border-color:  #808080;
	border-style: solid; 
 	border-width: 2px; 
	width: 604px;
	background-color: #A0A0A0;
}

.didascalia {
	Border-color:  #808080;
	border-style: solid; 
 	border-width: 0px; 
	width: 484px; 
	min-height: 25px;
	background-color: #ffffff;

 	text-align: justify;
	font-size: 12px;
	font-weight: normal; 
	color: black;
	font-family : Courier New, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.didascaliaCorta {
	Border-color:  #808080;
	border-style: solid; 
 	border-width: 0px 2px 2px 2px; 
	width: 604px; 
	height: 25px;
	background-color: #EBEBFA;
 	
	text-align: justify;
	font-size: 12px;
	font-weight: normal; 
	color: black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.AutoreFoto {
	Border-color:  #808080;
	border-style: solid; 
 	border-width: 0px 2px 2px 2px; 
	width: 604px; 
	height: 25px;
	background-color: #F8E2AF;

 	text-align: justify;
	font-size: 12px;
	font-weight: normal; 
	color: black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.DataFoto {
	Border-color:  #808080;
	border-style: solid; 
 	border-width: 0px 2px 2px 2px; 
	width: 604px; 
	height: 25px;
	
	background-color: #EBEBFA;
 	text-align: justify;
	font-size: 12px;
	font-weight: normal; 
	color: black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.RifTestata {
	Border-color:  #000080;
	border-style: solid; 
 	border-width: 3px; 
	width: 604px; 
	height: 20px;
	background-color: #000080;
 	text-align: justify;
	font-size: 12px;
	font-weight: bold; 
	color: white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Riferimenti {
	Border-color:  #808080;
	border-style: solid; 
 	border-width: 0px 2px 2px 2px; 
	width: 528px; 
	
	background-color: #EBEBFA;
 	text-align: justify;
	font-size: 12px;
	font-weight: normal; 
	color: black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Riferimenti > b {	color: blue;} 
/*modifica il colore del bold dentro i riferimenti*/

.AutoreBasso {
	border-style: none; 
	width: 650px; 
	height: 30px;
	background-color: #F8E2AF;

 	text-align: justify;
	font-size: 12px;
	font-weight: normal; 
	color: black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Pulsanti {
	Border-color:  white;
	border-style: solid; 
 	border-width: 2px; 
	width: 650px; 
	background-color: #EBEBFA;
}

.righino {
	border-style: none; 
	width: 650px; 
	height: 2px;
	background-color: #000080;
 	margin: 10px; 
}

a:visited {
	 color: black; 
	text-decoration: none;	
}
a:link {
	 color: black; 
	text-decoration: none;	
}

a:hover {
color: Blue;
text-decoration: underline;
}

