/* CSS Document */

/*proprietà body*/
body{
	background-color: #BCD0E6;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	color: #000000;
}

/*proprietà link*/
a:link {
	font-weight: bold;
	color: #29527F;
}
a:visited {
	font-weight: bold;
	color: #29527F;
}
a:hover {
	font-weight: bold;
	color: #D7F3FF;
}
a:active {
	font-weight: bold;
	color: #29527F;
}

/*classi*/
.titolo{
	font-weight: bold;
}

.autore_quadro{
	font-weight: bold;
}

.titolo_quadro{
	font-weight: bold;
	font-style: italic;
}

.data{
	font-size: 80%;
	font-weight: bold;
}

.data_quadro{
	font-size: 95%;
	font-weight: bold;
	font-style: normal;
}

.dettagli{
	font-size: 80%;
}

.dettagli_player_titolo{
	font-weight: bold;
	font-size: 80%;
	color: #29527F;
}

.dettagli_player{
	font-size: 80%;
	color: #29527F;
}

.descrizione{
	text-align: justify;
}

.descrizione_firma{
	font-size: 90%;
	font-style: italic;
	text-align: right;
}

.bibliografia{
	font-size: 80%;
	text-align: justify;
}

.corsivo{
	font-weight: normal;
	font-style: italic;
}

.normale{
	font-weight: normal;
	font-style: normal;
}
