/* CSS Document */
body
{
	background-image: url(../immagini/body-back.jpg);
	background-repeat: repeat-x;
	background-color: #cac9c7;
	color: #003366;
	margin: 0;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #003366;
}
img
{
	border: none;
}