body {
	font-family: "Century Schoolbook", "Georgia", "Times", "Times New Roman", serif;
	font-size: 90%;
	background: white;
	margin: 2em;
	text-align: justify;
	padding-left: 11em;
}

p.note {
	border-top: solid 1px;
	margin-top: 4em;
	font-size: smaller;
}

img {
	border: none;
}

div.figure {
	text-align: center;
	margin-bottom: 2.5em;
	margin-top: 2.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div.caption {
	font-style: italic;
}

body tt {
	font-family: "Lucida Sans Typewriter", "Lucida Console", "lucidasanstypewriter", "Courier New", "Courier";
/*	font-size: 90%;*/
}
	
pre {
	border: solid 1px;
	background: #EEEEEE;
	padding: 0.3em;
}

code {
	font-family: "Lucida Sans Typewriter", "Lucida Console", "lucidasanstypewriter", "Courier New", "Courier";
}
/*code p {
	border: solid 1px;
	background: #EEEEEE;
	padding: 0.3em;
	font-family: "Lucida Sans Typewriter", "Lucida Console", "lucidasanstypewriter", "Courier New", "Courier";
}*/

span.footnote {
	font-size: smaller;
	font-style: italic;
	background: #EEEEEE;
	color: #00AA00;
}

code i {
	font-style: normal;
	font-weight: bold;
	color: #0022AA;
}

kbd {
	border: solid 1px;
	color: #0000AA;
	background: #AABBFF;
	font-weight: bold;
	font-family: "Lucida Sans", "Arial", "Helvetica";
	font-size: smaller;
	white-space: nowrap;
}

h1 {
	text-align: center;
	margin-bottom: 1.5em;
}

h1.sottotitolo {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	color: #999999;
	font-family: "Trebuchet MS", "Lucida Sans", "Gill Sans", sans-serif;
}

h2 {
	margin-top: 1.5em;
}

body a {
	text-decoration: none;
}

p {
}

p.citazione {
	font-size: 75%;
	font-style: italic;
	text-align: right;
	color: #999999;
}

p.citazione a:link {
	color: #999999;
	text-decoration: none;
}

p.citazione a:visited {
	color: #999999;
	text-decoration: none;
}

p.citazione a:active {
	color: #999999;
	text-decoration: none;
}

p.citazione a:hover {
	color: #999999;
	border-bottom: 1px solid;
	border-color: white;
	border-bottom-color: #00AA00;
	background: white;
}

a:link {
	color: #003399;
	border: 1px dashed;
	border-color: white;
}

a:visited {
	color: #0033BB;
	border: 1px dashed;
	border-color: white;
}

a:active {
	color: #0033FF;
	border: 1px dashed;
	border-color: #FFFF00;
}

a:hover {
	color: #0033FF;
	border: 1px dashed;
	border-color: #AAAAAA;
	background: #F3F3F3;
}

address {
	font-size: smaller;
	margin-top: 4em;
	padding-top: 1em;
	border-top: 1px dotted;
	text-align: right;
}

/*dt {
	padding-top: 0.7em;
	padding-bottom: 0.3em;
	font-style: italic;
}*/

div.copertina h1 {
	font-family: "Lucida Sans", "Trebuchet MS", "Arial", "Helvetica";
	border-bottom: solid thick;
	padding-bottom: 0em;
	padding-top: 2em;
	margin-bottom: 0em;
}

div.copertina h2 {
	font-family: "Lucida Sans", "Trebuchet MS", "Arial", "Helvetica";
	font-style: normal;
	font-size: 100%;
	padding-bottom: 3em;
	padding-top: 0em;
	text-align: center;
	margin-bottom: 3em;
}

div.copertina p.autore {
	text-align: center;
	font-weight: bold;
}

div.copertina p.edizione {
	text-align: center;
	font-style: normal;
	font-size: smaller;
	margin-bottom: 6em;
}

div.copertina p.posta {
	text-align: center;
	font-style: normal;
	font-size: smaller;
}

div.copy {
	border: solid 1px;
	padding: 0.3em 1em 0.3em 1em;
	font-size: 90%;
}

