@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	text-align: center;
	color: #CCCCCC;
	font-family: MyCustomFont, arial, sans-serif;
	letter-spacing: 2px;
	font-size: 24px;
}
.boldtext {
	font-family: MyCustomFontBold, arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	margin-top: 86px;
	margin-bottom: 60px;
}