@charset "utf-8";
/* CSS Document */

body{
	background-color:#1F1F1F;
	color: goldenrod;
	font-family: Arial;
	font-size: 15px;
}

a{
	color: white;
	text-decoration: none;
}

#Testo1,#Testo2{
	/*width: 400px; */
	background-color:#323232;
	color: gold;
	padding: 10px;
	margin: 10px;
	border-color: black;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	text-align: center;
}
#testo3{
	padding: 10px;
	margin: 10px;
	background-color: #323232;
	border-color: black;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	text-align: center;
}

input{
	padding: 5px;
	margin: 5px;
	border-color: black;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	text-align: center;
	font-family: Arial;
	font-size: 15px;
	background-color:#323232;
	color: goldenrod;
	
}

input[type="submit"]{
	padding: 10px;
	margin: 5px;
	border-color: black;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	text-align: center;
	font-family: Arial;
	font-size: 15px;
	background-color:#323232;
	color: goldenrod;
	
}