/* Cambia el aspecto de un enlace en la página de contacto */

BODY {
	background-color: #9eebb9;
	text-align: justify;
	color: #007d00;
    scrollbar-base-color:#007d00;
    margin-right:8%;
}

H1 {
	font-family: "Monotype Corsiva";
	font-size: 50px
}

A {
	color: #007d00;
	text-align: center;
}

A:hover {
	color: yellow;
}

A:active {
	border: none;
	color: yellow;
}

.centradogrande {
	text-align: center;
	font-size: 15pt;
}
.negrita {
	font-weight: bold;
}

BUTTON {
	font-family: "Monotype Corsiva";
	color: #007d00;	
}

.gracias {
	text-align: center;
	font-family: "Monotype Corsiva";
	font-size: 30pt;
}
