body {
	background-color: #6789AB;
	color: white;
	font-family: Arial, sans-serif;
}

h1 {
	color: gold;
}

h2 {
	color: lime;
}

img {
	height: 150px;
}

table, th, td {
	border: 1px solid white;
	border-collapse: collapse;
	text-align: center;
	padding: 5px;
}

a {
	color: blue;
}