/* global */

body {
  background-color: #054ee3;
  font-family: Georgia, Geneva, serif;
  font-size: 1em;
  color: #adc9ff;
  text-align: center;
}

a {
	color: #fefeb7;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

