body {
	background-color: black;
	color: white;
	font-family: Regular, Arial, sans-serif;
	font-size: 9pt;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	background-color: #f35b0e;
}

.headline {
	font-family: Myriad Pro, Arial, sans-serif;
	font-weight: bold;
}

.centered {
	text-align: center;
}

h1, h2, h2 a {
	font-family: Myriad Pro, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}
