/* CSS Document */

body {
	background: url(sfondo.gif) fixed center no-repeat;
	font-family: Arial;
	font-size: small;
	color: #000000;
}

table {
	background: none;
	border: 0;
	width: 640px;
	font-family: Arial;
	font-size: small;
	color:#000000;
}

A:link, A:visited, A:active {
	text-decoration:underline;
	color:#FF0000;
	font-family:Arial;
	font-size:small;
}

A:hover {
	text-decoration:overline;
	color:#666666;
	font-family:Arial;
	font-size:small;
}
