h1 {
	color: white
}

a:link {
	color: gold
}

a:visited {
	color: olive
}

body {
	color: white;
	background-color: #800000;
	text-align: center;
}

table, th, td {
  border: 1px solid;
}

th, td {
  padding: 15px;
}