@charset "utf-8";
/* CSS Document */

.email {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
}
.contenitore {
	width: 600px;
	height: 580px;
	margin: auto;
	border: solid #000 2px;
	padding: 10px;
	text-align: center;
}
a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

