body {
  font-family: Garamond, serif;
  color: Black;
  background-color: White;
  background-image: url(pattern.png);
  background-repeat: no-repeat;
  background-position: left top;
}

a, a:link {
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-weight: 600;
	text-decoration: underline;
  color: #000000;
}
a:visited, a:focus, a:active {
	text-decoration: none;
	color: #000000;
}

input, textarea {
  border: 2px solid #999999;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Garamond, serif;
  font-size: 18px;
}

div.title {
	text-transform: capitalize;
  font-size: 46px;
  margin-bottom: 20px;
}

div.contatti {
	font-size: 22px;
  font-style: normal;
}




