body {
	font-family: ;
}

h1 {
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 5px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

.column {
	width: 50%;
	float: left;
}

#wrapper {
	width: 900px;
	margin:auto;
	margin-top: 0px;
}

a {
	color: #000;
	border-bottom: 1px dashed #999;
	text-decoration: none;
}

.testo {
	text-align: justify;
	background-color: #f7f7f7;
	margin: 0px;
	padding: 2px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 50px;
}

.info {
	width: 30%;
	float: left;
	text-align: right;
}

.content {
	width: 70%;
	float:left;
}

a:hover {
	color: #ccc;
}