h1 {
	text-align: center;
	color: green;
	text-decoration: none;
	font-size: 4em;
}

p{
	text-align: justify;
	font-size: 1em;
}

a{
	text-decoration: none;
	color: red;
	font-size: large;
}