BODY {
		 min-width: 750px;
		 background: blue;
		 color: white;
		 
		 font-family: "Times New Roman", Times, serif;
		 font-size: medium;
		 font-weight: normal;
		 text-align: justify;
}

A:link {
	COLOR: white;
	}

A:visited {
	COLOR: gray;
	}

DIV.mia_foto {
	float:left;
	margin-right:20px;
}

IMG.mia_foto {
	border: 1px solid gray;
}

P.didascalia_foto {
	font-size: 10pt;
	margin-top: 0px;
	text-align:center;
	font-style: italic;
}



P.titolo_pagina {
	font-size: 18pt;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align:center;
}

P.presentazione {
	font-size: 16pt;
	margin-bottom: 40px;
}

DIV.faidate P {
	font-size: 14pt;
	margin-bottom: 0px;
}

DIV.faidate UL {
	margin-top: 5px;
	list-style-type: circle;
	position: relative; left: 20px;
}

DIV.faidate LI {
	font-size: 14pt;
	margin-left: 15px;
}

DIV.faidate LI:hover {
	list-style-type: disc;
}


DIV.buttons {
	text-align: center;
	margin-top: 60px;
}

DIV.buttons A IMG {
	border:0px;
}

p.Copyright {
	text-align:center;
	color:gray;
}

HR {
	color:white;
}


*.float_break{
	clear:both;
}

*.center {
		margin-left: auto;
		margin-right: auto;	
}

*.Tcenter {
	  text-align:center;
}

p.left {
	  text-align:left;
}
p.right {
	  text-align:right;
}


*.fleft {
	  float:left;
}

*.fright {
	  float:right;
}

A:hover {color: green;}

EM {
	 font-style: normal;
	 font-weight: bold;
}

SPAN.credit{
	font-style: italic;
}