#main {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 750px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFF;
	height: auto;
	padding: 0px;
}
h1 {
	font-size: 22px;
	color: #FFF;
}
.titolo {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}

h2 {
	font-size: 14px;
}
#mariella {
	font-size: 14px;
	color: #FC6;
	font-weight: bold;
	font-style: normal;
}
a:link {
	color: #F00;
	text-decoration: underline;
}
a:hover {
	color: #093;
	text-decoration: underline;
}
a:visited {
	color: #F00;
	text-decoration: underline;
}
