@font-face {
	font-family: 'ArialMT';
	src: url('ArialMT.ttf');
}
@font-face {
	font-family: 'CopenCheddar-Regular';
	src: url('CopenCheddar-Regular.ttf');
}
body {
	background-color: rgba(0, 0, 0, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(112, 112, 57, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'ArialMT';
	font-style: normal;
	font-size: 16px;
	text-decoration: underline;
}
ul {
	color: rgba(255, 255, 255, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'ArialMT';
	font-style: normal;
	font-size: 16px;
}
p {
	color: rgba(255, 255, 255, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'ArialMT';
	font-style: normal;
	font-size: 16px;
}
body {
	color: rgba(255, 255, 255, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'ArialMT';
	font-style: normal;
	font-size: 16px;
}
h5 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'CopenCheddar-Regular';
	font-style: normal;
	font-size: 16px;
}
h4 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'CopenCheddar-Regular';
	font-style: normal;
	font-size: 18px;
}
h3 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'CopenCheddar-Regular';
	font-style: normal;
	font-size: 20px;
}
h2 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'CopenCheddar-Regular';
	font-style: normal;
	font-size: 20px;
}
h1 {
	color: rgba(255, 255, 255, 1);
	line-height: 1.33;
	text-transform: uppercase;
	font-family: 'CopenCheddar-Regular';
	font-style: normal;
	font-size: 30px;
}