@charset "UTF-8";
.splash {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
.splash a:link {
	color: #999999;
	text-decoration: none;
}
.splash a:visited {
	color: #999999;
	text-decoration: none;
}
.splash a:active {
	color: #999999;
	text-decoration: none;
}
.splash a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
