
h1{
	color: #FFFFFF;
	font-size: 32px;
	text-align: center;
	text-decoration: underline;
}

h2{
	color: #FF0000;
	font-size: 32px;
	font-style: italic;
	text-align: center;
}

#redondear{
	font-family: Serif;
	font-size: 18px; 
	color:#FFFFFF;
	text-align: justify;
	background-color: #FFFFFF;
#	background-color: #087F9F;
	border-radius: 50px;
	margin-left: 1%;
	margin-right: 20%;
	padding: 20px;
}

/* 
<p align="justify"> 
<font color="#FF0000">
*/