body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000;
	background-color: #FFF;
}
div {	
	margin: 0 auto;
}
p {
	margin: 0;
	padding: 5px;
	border: 0;
	text-align: center;
}
h1 {
	padding: 5;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}
h2 {
	margin-bottom: 30;
	color: #A03A00;
	font-weight: bold;
	text-decoration:none;
}
a {
	color: #A03A00;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
hr {
	margin: 0;
	padding: 0;
	border-top: 2px solid black;
	border-bottom: 2px solid gray;
}
textarea {
	background: "#FFFFFF";
	height: 200px;
	width: 320px;
	overflow: hidden; /* disabilitare la scrollbar in IE */
}
#video {
	border: 2px solid #000;
}
#vuoto {
	background-color: #CC0000;
	width: 320px;
	height: 5px;
}