body {
	color: Maroon;
	font-family: arial, sans-serif, verdana, geneva;
	background-image: url(../images/dauphine.gif);
	background-color: #B0C4DE;
	margin: 20px;
	font-size: 14px;
}
h1	{
	font-size: 24px;
	color: Red;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
}

h2	{
	font-size: 20px;
	color: Red;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}	

h3	{
	font-size:	18px; color :#990000;
	font-weight: bold; 
}

h4	{
	font-size:	16px; color :#990000;
	font-weight: bold; 
}

p {
	line-height: 150%;
	text-align: justify;
}

p.biblio {
	line-height: 110%;
	text-align: left;
	font-size: 12px;
}

img {
	border: none;
}

table.tabella1{
	border: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
	caption-side: top;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}

table.tabella1 thead th,#tabella1 tfoot td{
	background-color: White;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.tabella1 tr.alterna td{
	background-color: #DCDCDC;
}

table.tabella1 tr.yel td{
	background-color: Yellow;
}

table.tabella1 tr.ora td{
	background-color: #FFA07A;
}


table.tabella1 caption{
	color: #000080;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
}

table.tabella1 td,#tabella1 th{
	padding: 2px 5px;
	background-color: White;
}

A:link {
	color: Blue;
	text-decoration: none;
}

A:visited {
	color: Green;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

A:active {
	color: Aqua;
	text-decoration: none;
}
