a
{
	color :Navy;
	text-decoration : none;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}
a:hover
{
	color : Silver;
	text-decoration : none;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}
body
{
	background-color : White;
}
div
{
	color : Navy;
	text-decoration : none;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}
.titolo
{
	color : Navy;
	text-decoration : none;
	font-family : Arial;
	font-size : 36px;
	font-weight : bolder;
}
.spiegazio
{
	color : Navy;
	text-decoration : none;
	font-family : Arial;
	font-size :smaller;
	font-weight : normal;
}
.licenza
{
	text-decoration : none;
	font-family : Arial;
	font-size :smaller;
	font-weight : normal;
	background-color: #ffcc66;
}
.evidenza
{
	font-weight: bolder;
	font-size: medium;
	font-family: Arial;
	text-decoration: none;
}
.evlicenza
{
	font-weight: bolder;
	font-size: medium;
	font-family: Arial;
	text-decoration: none;
	background-color: #ffcc66;
}

