body {
	font-size: 100%;
	line-height: 120%;
	background-color: black;
	color: Black;
	bottom: 0px;
}
#body2 {
	background-color: white;
	color: Black;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 2%;
	border: 2px solid #ccc;
}
#contenitore {
	border-top: 2px dashed #ccc;
	border-left: 10px dashed #ccc;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
}
#colls {
	width: auto;
	margin-left: 4%;
	border: 1px dashed #ccc;
	background-color: black;
	color: White;
	text-align: left;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	display: inline;
}
#corpo {
	width: 85%;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 13px;
	letter-spacing: 0.1em;
	border: 1px dashed red;
	padding: 5px;
	background-color: #F1F1F1;
	color: Black;
	text-align: justify;
	line-height: 180%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.titolo {
	font-size: 400%;
	margin-left: 30px;
	margin-top: 2%;
	/*background-color: #DFDFDF;*/
	border-bottom: 1px outset #484848;
	padding-left: 3%;
	background-image: url(gfx/catbg_1.jpg);
	font-weight: 900;
}
.sottotitolo {
	font-style: italic;
	font-size: 160%;
	margin-left: 90px;
	margin-top: 20px;
	margin-bottom: 17px;
	border-top: 1px ridge #ccc;
	padding-top: 2px;
	line-height: 110%;
}
.pictitolo {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 2px dashed black;
}
a:link { color: #C10000; background-color: transparent; }
a:visited { color: #C10000; background-color: transparent; }
a:hover { color: #840000; background-color: transparent; }
a:active { color: #C10000; background-color: transparent; }

#colls a:link {
	color: white;
	background-color: transparent;
	text-decoration: none;
}
#colls a:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;
}
#colls a:hover {
	color: Yellow;
	background-color: transparent;
	text-decoration: none;
}
#colls a:active {
	color: white;
	background-color: transparent;
	text-decoration: none;
}
#piede {
	background-color: transparent;
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 3px;
	line-height: 13px;
}
.letteronze {
	color: red;
	font-style: italic;
	font-weight: bolder;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
p:first-letter {
	font-family: "Times New Roman", Times, serif;
	background-color: #CECECE;
	color: Black;
	font-size: 200%;
	padding: 1px 3px 1px 3px;
	margin: 5px;
	border: 1px solid black;
}
abbr,acronym {
	cursor: help;
	border-bottom: 1px dashed #FA8072;
}
h1,h2,h3,h4 {
	color: Yellow;
	font-style: italic;
	background-color: #546574;
	border-top: 1px outset #708090;
	border-bottom: 2px inset #708090;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	margin: 0;
}



