h1 {
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 29px;
	color: #FFFFFF;
	background-color: #1F262E;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #1F262E;
}

h3 {
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 20px;
	color: #BBF7EF;
	background-color: #1F262E;
}

h4 {
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 20px;
	color: #F7BBEB;
	background-color: #1F262E;
}

h5 {
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 16px;
	color: #F7BBEB;
	background-color: #1F262E;
}

h6 {
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 16px;
	color: #BBF7EF;
	background-color: #1F262E;
}


