@charset "UTF-8";
.grassettoROSSO {
	font-weight: bold;
	color: #800;
}
.titolo {
	font-size: 34px;
	font-style: italic;
	color: #400;
	padding-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F60;
	background-image: url(../sfondorighe.png);
	background-repeat: repeat;
}
.grassetto {
	font-weight: bold;
}
.corsivo {
	font-style: italic;
	font-weight: normal;
}
.corsivograssetto {
	font-style: italic;
	font-weight: bold;
}

