@charset "utf-8";

p.descrizione {
	font-family : "Times New Roman", serif;
	font-size : 2em;
	color : #000;
	text-align : justify;
	margin : 30px 40px 40px;
}

p.descrizione a{
	color : #313891;
	text-decoration : none;
}

p.descrizione a:hover{
	color : #f0f;
}



ul.descr {
	margin-right : 20px;
}


ul.descr li {
	font-family : "Times New Roman", serif;
	font-size : 2em;
	color : #000;
	text-align : justify;
}

h1.titoloDescrizione {
	font-family : "Times New Roman", serif;
	font-size :3em;
	color : #313891;
	text-align : center;
	margin : 50px 20px 20px;

}

h2.sottotitolo {
	font-family : "Times New Roman", serif;
	font-size :2.5em;
	color : #313891;
	text-align : center;
	margin : 50px 20px 20px;
	
}


.fotoInDesc {	
	width : 640px;
	height : 360px;
	margin-left : 20px;
	margin-top : 50px;
	}
	
	
table.tableStyle{
	margin : 0 auto;
	border : 3px solid #000;
}


table.tableStyle caption{
	height : 50px;
	width : 100%;
	font-family : "Times New Roman", serif;
	font-size : 2.6em;
	color : #313891;
	font-weight : bold;
	text-align : left;
}

table.tableStyle thead th{
	height : 40px;
	width : 200px;
	border : 1px solid #000;
	font-family : "Times New Roman", serif;
	font-size : 2.3em;
	color : #313891;
	font-weight : bold;
	text-align : center;
}


table.tableStyle tbody tr td{
	height : 40px;
	width : 200px;
	border : 1px solid #000;
	padding-left : 10px;
	font-family : "Times New Roman", serif;
	font-size : 2em;
	color : #000;
	text-align : left;
}

table.tableStyle tr:hover{background-color : #ddd;}

table.tableStyle tr td a{color : #313891;}

table.tableStyle tr td a:hover{color : #ff00ff;}


div.dich {
	margin : 0 auto;
	height : 25px;
	width : 100%;
	background-color : #ddd;
}

div.dich p{
		font-family : "Times New Roman", serif;
		font-size : 1.8em;
		color : #000;
		font-weight : bold;
		text-align : center;
}
