

html {
	color: white;
	background-color: darkslategrey;
}
a {
	color: white;
}
head{
	background-color: black;
}
h3 {
	margin-top: 25px; margin-bottom: 5px;
}
main {
	text-align: center;
}
footer {
	text-align: center;
	background-color: black;
	border: solid, white;
}
table{
	width: 100%;
	text-align: center;
	border: solid, white;
	background-color: black;
}
td{
	padding-left: 30px;
	padding-right: 30px;
	font-size:xx-large;
}
