* {
	font-size: 20px;
	color: white;
}

body.testbd {
	background-color: black;
}

div.content {
	/*
  width: 720px;
	height: 110px;
	
	position: absolute;
	top: 40%;
	left: 50%;

	margin-left: -360px;
	margin-top:   -350px; */
}

p.testo {
	/*background-image: url('_img/rose2.JPG'); */
	background-repeat: no-repeat;
	background-color: black;
	background-position: 10px center;
	overflow: auto;

	line-height:27px;

	padding-top: 15px;
	padding-bottom: 15px;

	font-family: Arial;
	font-style: italic;
	text-align: center;
	color: #8f5369;

	padding-left: 85px;
	border: 0;
}

p.testo2 {
	/*background-image: url('_img/site_logo.gif');*/
	background-repeat: no-repeat;
	background-color: black;
	background-position: 10px center;

	/*height: 55px;*/
	overflow: auto;

	line-height:27px;

	padding-top: 15px;
	padding-bottom: 15px;

	font-family: Arial;
	font-style: italic;
	text-align: center;

	padding-left: 85px;
	border: 0;
	color: #43bbd8;
}

p.entra {
	background-color: black;
	font-family: arial;
	font-weight: bold;
	text-align: right;
	border: 0;
	padding: 0;
	height: 20px;

}

a.link {
	font-family: arial;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	padding: 0;
}