body {
	background-color: black;
	text-align: center;
	}

.center {
	margin: 0 auto;
	width: auto;
	}

.copy {
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	}

.copy a {
	text-decoration: none;
	color: red;
	}

.copy a:hover {
	text-decoration: none;
	}

