* {
	color: white;
}
body {
	background-color:black;
	color: white;
}

h1 {
	text-align: center;
	color: white;
	font-size: 50px;
}

table, td, tr {
	# border: 1px solid white;
}
table {
	margin-left: 30px;
}

td {
	padding-left: 30px;
}