body {
		background-color: #000000;
		background-repeat: repeat-y;
		background-position: center;
		font-family: verdana, sans-serif;
		color: white;
	}
	h1 {
		font-size: 16px;
		text-align: center;
		font-weight: bold;
	}
	p {
		font-size: 12px;
		margin-left: 25%;
		margin-right: 25%;
		text-align: justify;
	}