body { color: navy;  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h1   { color: navy; font-style: oblique; font-weight: bold; font-size: 1em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h2      { color: black; font-weight: 100; font-size: 0.8em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
h3   { color: black; font-style: normal; font-weight: normal; font-size: 0.7em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a     { color: teal; font-style: normal; font-weight: bold; font-size: 1em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
h4  { color: teal; font-style: oblique; font-weight: bold; font-size: 1em }
.lAnno
{
	font-size: 12pt;
	color: blue;
	font-family: Arial;
	cursor: hand;
}
.lAnno a:hover
{
	background-color:Yellow;
}
.Numeri a
{
	font-size: 8pt;
	font-family: Arial;
	cursor: hand;
}
.Numeri a:hover
{
	background-color:#f0f0f0;
}
.ImgCopertina
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.artTitolo
{	color: navy;  
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight:bold;
    font-size:10pt; 
}

.artTitolo a:hover
{
	background-color:#f0f0ff;
}


.artSottotitolo
{	color: navy;  
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight:normal;
    font-size:8pt; 
}
.artAutore
{	color: navy;  
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight:normal;
	font-style:italic; 
    font-size:8pt; 
}
.artNumPag
{	color: navy;  
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight:normal;
    font-size:8pt; 
}


