body {
	background-color: rgb(74, 123, 111);
	font-family: Corbel, Calibri;
	
}

h1 {
	border-bottom: 2px groove rgb(158, 174, 179);
	font-size: xx-large;
	font-weight: bolder;
	color: 	 #6F0564;
	text-align: center;
	
}

h2 {
	font-weight: bold 100;
	font-size: x-large;
	font-style: normal;
	color: #6F0564;
	text-align: left;
	
}

h3 {
	border-bottom: 2px rgb(158, 174, 179);
	
}

p {
	color: #EEEEE7;
	
}

a {
	text-decoration: none;
	color: #6F0564;
	font-weight: bolder;
	
	
}

table {
	
	font-size: 17px;
}