body {
	margin: 10px 15px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
}

#titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

A:link 
{
	background: #ffffff;
	color: #000000;
	text-decoration: underline;
}

A:visited 
{
	background: #ffffff;
	color: #000000;
	text-decoration: underline;
}

A:active 
{
	background: #ffffff;
	color: #000000;
	text-decoration: underline;
}

A:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: underline;
}

.a_img A:hover {
	text-decoration: underline;
	background: #ffffff;
	color: #000000;
}


.ul_indice {margin-left: 20px;}


.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.inizio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
