/* unvisited link */
a:link {
  color: #000000;
}

/* visited link */
a:visited {
  color: #000000;
}

/* mouse over link */
a:hover {
  color: #FFFFFF;
}

/* selected link */
a:active {
  color: #000000;
}
body {
	background-color: #0a426f;
}
.placeholder {
	max-width: 500px;
	position: absolute;
	top: 25%;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
h2 {
	text-align: center;
}