body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/sfondo.gif);
	background-repeat: repeat-x;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

.testo-piccolo {
	font-size: 10px;
}

.menu {
	color: #FFFFFF;
}
	.menu a:link, .menu a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	.menu a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}


.titolo {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
