/* CSS Document */
/*************************TAG RIDEFINITI*************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#59518c;
	margin: 0;
	padding: 0;
}
a:link{
	color: #59518c;
}
a:visited{
	color: #59518c;
}
hr {
	color: #59518c;
	border-style: none;
	height: 1px;
}
h1 {
	font-size:22px !important;
	color:#59518c;
	line-height:normal !important;
	max-width:650px;
}
h2, h2 a:link, h2 a:visited {
	color:#a51366;
	line-height:normal !important;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}
/*************************STILI*************************/
.titolo, .titolo:link, .titolo:visited {
	font-size: 16px;
	color: #e00f66;
	font-weight: bold;
}
.sottotitolo, .sottotitolo:link, .sottotitolo:visited {
	font-size: 14px;
	color: #851b85;
	font-weight: bold;
}
a.sottotitolo:hover {
	color: #e00f66;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	color: #59518c;
}
.testo-evid-on {
	color: #e00f66;
	font-weight:bold;
}
.testo-evid-on:link {
	color: #e00f66;
	font-weight:bold;
}
.testo-evid-on:visited {
	color: #e00f66;
	font-weight:bold;
}
a.testo-evid-on:hover {
	color: #e00f66;
}
.testo-evid, .testo-evid:link, .testo-evid:visited {
	color: #e00f66;
}
a.testo-evid:hover {
	color: #e00f66;
}
.testo-s, .testo-s:link, .testo-s:visited {
	font-size: 11px;
}
.citazione {
    font-style: italic;
}
.img-top-right {
	margin:0 0 10px 10px;
}
.img-top-left {
	margin:0 10px 10px 0;
}
.img-right {
	margin:10px 0 10px 10px;
}
.img-left {
	margin:10px 10px 10px 0;
}