h1 {
	font-size: 75px;
	font-weight: bolder;
	color: #FFC400;
}
h2 {
	font-size: 36px;
	font-weight: bold;
	color: #FFC400;
	text-decoration: underline;
}
h3 {
	font-size: 24px;
	color: #FFC400;
}
h4 {
	font-size: 18px;
	color: #FFFFFF;
}
h5 {
	font-size: 16px;
	color: #FFFFFF;
}
h6 {
	font-size: 36px;
	font-weight: bolder;
	color: #FFC400;
}


body {
	background-color: #005395;
}
a {
	font-size: 24px;
	color: #FFFFFF;
}
