body {
	background-image: url(schermo.jpg);
}

p {
	color: blue;
	font-size: small;
	font-weight: bold;
}

.nuovo {
	display: none;
}

.titoletto {
	color: black;
	font-size: medium;
        font-weight: bold;

}

.commento {
	color: #00FFFF;
	font-size: small;
        font-weight: bold;
        font-style: normal;
}

.speciale {
	color: #8B0000;
	font-size: small;
	font-weight: bold;
	font-style: normal;
}

a {
	color: #8B0000;
}
