body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: White;
	margin-left: 0;
	margin-right: 0;
}
#testa {
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	position: relative;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	background-color: transparent;
	background-image: none;
	background-position: inherit;
	background-repeat: inherit;
}
#testa .print {
	display: inline;
	color: #900000;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	vertical-align: middle;
}
#testa .del {
	font-size: 30px;
}
#corpo {
	min-height: 380px;
	height: auto !important;
	height: 380px;
	border: 1px solid black;
	background-color: White;
	text-align: center;
}
#cont1 {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	text-align: center;
}
#cont1 img{
	border: 1px solid Gray;
	border-top: 10px solid silver;
	margin: 0;
}
#cont1 p{
	margin: 0;
	color: Black;
	font-size: 2em;
}

#cont2 {
	min-height: 50px;
	height: auto !important;
	height: 50px;
	background-color: White;
	text-align: center;
	border-top: 1px solid silver;
}
#cont2 a{
	color: Gray;
	border-bottom: 5px solid silver;
	text-decoration: none;
}
#cont2 a:hover{
	color: #900000;
	border-bottom: 5px solid #900000;
}