h1{
	text-align: center;
	color: #191970;
	font-family: sans-serif;
}
p{
	display: block;
	margin: 0 auto;
	letter-spacing: 2px;
}
.formulario{
	display: block;
	margin:0 auto;
	width:510px;
	color: #666666;
	font-family: Arial;
}
form{
	margin: 0 auto;
	width: 400px;
}
input, textarea{
	width: 380px;
	height: 25px;
	background: white;
	border:2px solid black;
	padding: 10px;
	margin-top: 5px;
	font-size: 10px;
	color: black;
}
textarea{
	height: 150px;
}
#submit{
	width: 85px;
	height: 35px;
	border-radius: 10px;
	margin-top: 30px;
	cursor: pointer;
	color: black;
	font-size: 15px;
	text-align: center;
}
body{
	background: #FDFD96;
}
p{
	font-family:sans-serif;
	color: black;
}