@charset "utf-8";
body {
	background-color: #000000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color: #F8E54C;
	font-style: italic;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #B4CCE4;
	font-style: normal;
	font-weight: normal;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #B4CCE4;
	font-style: italic;
}
.bottom-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFD708;
	font-weight: bold;
}
.copyright {
	color: #FFD708;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.link {
	color: FFD708;
}
.body-text-highlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #ED7037;
	font-style: normal;
	font-weight: normal;
}
