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

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
body {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
