BODY {
	margin: 0px;
	padding: 0px;
	background-color: #e6e4dc;
}
#splash {
	border: 1px solid #5d9732;
	font-family: Georgia, Garamond, Serif;
	font-size: 16px;
	background-color: #FFFFFF;
}
A.splash {
	color: #1a5274;
	font-family: Georgia, Garamond, Serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
A.splash:Visited {
	color: #0069aa;
	font-family: Georgia, Garamond, Serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
A.splash:Hover {
	color: #1a5274;
	font-family: Georgia, Garamond, Serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}