html {
	width: 100%;
}

body {
	background: black;
	color: white;
	margin:  auto;
	text-align: center;
	font-family: "Arial", sans-serif;
}

a, a:visited {
	color: red;
}

h1 {
	margin-bottom: 1px;
}

p {
	margin-top: 1px;
}
