/* CSS Document */

body {
	color: black;
	/*background-image:url(image/sfondo3.png);*/
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

img {
	border: none;
}

table {
	font-size: 10pt;
	}