body {
	background-color: #000000;
	color: #FFFFFF;
	}
	
.author-info {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	padding: 8px;
	}
	
.author-info a:visited {
	color: #FFFFFF:
	text-decoration: none;
	}
	
button {
	background-color: #701705;
	width: 100%;
	padding: 4px;
	}
	
button a {
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	}
	
button:hover {
	background-color: #525252;
	}
	
button a:visited {
	color: #FFFFFF:
	}
	
.copyright {
	text-align: center;
	}