/* global */

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

.clear {
  clear: both;
}

.red {
  color: #ff001e;
}

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

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