/* CSS Document */

body {
	background-color: FFFFCC;
	font-size: 12px;
}

a {
	color: #FF6600;
}

a:hover {
	color: #006699;
}

.testo {
	font-family: Verdana;
	font-size: 12px;
	color: #003399;
}

.titolo {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #0033CC;
	font-weight: bold;
}

.titolino {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
