/* global */

body {
  background-color: #021356;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
}

.clear {
  clear: both;
}

a:link {
	color: #f4e882;
	text-decoration: underline;
}

a:visited {
	color: #e882f4;
	text-decoration: none;
}

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

a:active {
	color: #ffe820;
	text-decoration: underline;
}
