body {
   margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Tohoma, Verdana, "Times New Roman";
	font-size: 13px;
	color: #5C5C5C;
	background-color: #C0C0C0;
	text-align: center;
}
div#container {
	width: 750px;
	border: 1px solid #5C5C5C;
	background-color: #FFFFFF;
}
div#testata {
	width: 750px;
	height: 255px;
	background-color: #FF6600;
}
div#nav {
	width: 750px;
	height: 20px;
   background-color: #FF6600;
	background-image: url(/images/bg_barre.jpg);
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #5C5C5C;
}
div#nav p {
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
}
div#content {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 30px;
}
div#content h3 {
   font-family: Arial, Times, serif;
	font-size: 16px;
	color: #A6A6A6;
}
div#content p.description {
	text-align: justify;
}
div#copyright {
   width: 750px;
	height: 20px;
	font-size: 10px;
   background-color: #FF6600;
	background-image: url(/images/bg_barre.jpg);
}
div#footer {
   width: 720px;
	font-size: 12px;
}
div#footer p#libreria {
   width: 720px;
	font-size: 10px;
	margin-bottom: 3px;
}
div#footer h3 {
	font-size: 11px;
	margin: 3px;
}
h4 {
	font-size: 16px;
	margin: 5px;
}
a.preferiti:link {
   text-decoration: none;
	color: #5C5C5C;
}
a.preferiti:visited {
   text-decoration: none;
	color: #5C5C5C;
}
a.preferiti:hover {
	text-decoration: underline;
	color: #000000;
}
a.black:link {
   text-decoration: underline;
	color: #5C5C5C;
}
a.black:visited {
   text-decoration: underline;
	color: #5C5C5C;
}
a.black:hover {
	text-decoration: underline;
	color: #5C5C5C;
}

/* Class navigation */
a.menunav:link {
   width: 100%;
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #334867;
}
a.menunav:visited {
   width: 100%;
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #334867;
}
a.menunav:hover {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	text-decoration: none;
	color: #000000;
	background-color: #FF8B17;
}
.box {
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}
.recensionelibri {
	width: 95%;
	font-size: 12px;
	text-align: justify;
	margin-top: 25px;
	margin-bottom: 25px;
}