body {
	background-color: #4F5EB3;
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;

}
h1 {
	font-size: 20px;
	color: #4F5EB3;
}
h2 {
	font-size: 15px;
	color: #4F5EB3;
}
h3 {
	font-size: 14px;
	color: #4F5EB3;
}
p{
	text-align: justify;
	line-height: 25px;
}
table{
	/*background-color: #FF954D;*/
	background-color:#FFCC00;
	border: thin solid #FF954D;
}
a {
	color: #FF0000;
	font-weight: bold;
	cursor: hand;
	text-decoration: underline;
}
a:hover{
	color: #2B9809;
}
.segnalibro {
	text-decoration: none;
}
.a_color{
	color: #4F5EB3;
}
.centratura{
text-align:center;
}

