h1.estilo1 {text-align:center;color:white;background-color:rgb(3,29,54);}
ul.estilo1{text-align:center;font-size:12px;font-weight:bold;}
  
h2.estilo1 {text-align:center;color:white;background-color:rgb(3,29,54);font-size:16px}

#normal p:first-letter {
  font-size: 2em;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}


fieldset {
 border-radius:15px;
 box-shadow:2px 2px 5px #999;background-color:white;
 width:100%;font-size:12px;padding:50px;
}
