* {
	font-family: Times New Roman, serif;
	background-color: black;
	text-align: center;
	vertical-align: center;
}

a {
	text-decoration: none;
	color: rgb(156, 136, 86);
	margin: 20px;
	margin-top: 40px;
	font-size: 20pt;
}

a:hover {
	text-decoration: underline;
}

