@charset "UTF-8";
/* CSS Document */
body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
