/* CSS Document */
	A {
		font-size:11px; font-family:"Trebuchet MS"; color:FFFFFF
		}
	A:link, A:visited {
		text-decoration: none
	}
	A:hover {
		text-decoration: underline; color:#66FFFF
	}
	.testo {
		font-family: "Trebuchet MS";
		font-size: 14px;
		color: #003366;
	}
	.titolo {
		font-family: "Palatino";
		font-size: 30px;
		color: blue;
	}
	.sub_testo {
		font-family: "Trebuchet MS";
		font-size: 12px;
		color: #FFFFFF;
	}
	.link_blue {
		font-family: "Tahoma";
		font-size: 14px;
		color: #003366;
	}
body {
	background-color: #999999;
}

