/* Splash styles */

BODY {
  background-color: #ECA172;
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #ffffff;;
}

A, A.hover, A.active {
  color: #ffffff;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
}

