﻿body {
	background-color: #fae2c0;
	background-image: url('images/logo_casa.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
	background-attachment: fixed;
}
.titolo {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	color: #720100;
	text-align: center;
}
.corpo {
	font-family: "times New Roman", Times, serif;
	color: #720100;
	text-align: justify;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
}
.SubTitolo {
	color: #720100;
	font-family: "times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
a:link {
	font-family: "times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #720100;
}
.foto {
	float: right;
	margin: 5px;
}

