/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #036;
}
a:visited {
  color: #039;
}
a:hover {
  color: #036;
  text-decoration: underline;
}


/* SPLASH PAGE - LANDING PAGE */
.splash_container{
	margin-top: 150px;
	}
.splash_text{
	width: 423px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}	
