/* CSS Document */
body {
	background-color: #666666;
	background-image: url(img/sfumatura.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}
.testi {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
}
.testibold {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.titolo {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.testipiccoli {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
}
.testicancellati {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: line-through;
}
.testirossi {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #FF0000;
}
