﻿body
{
	background-color:#000000;
}

a.splash:link
{
	color: 			#aaa;
	font-size:		11pt;
	font-weight:		normal;
	text-decoration:	none;
}
a.splash:visited
{
	color: 			#aaa;
	font-size:		11pt;
	font-weight:		normal;
	text-decoration:	none;
}
a.splash:active
{
	color: 			#aaa;
	font-size:		11pt;
	font-weight:		normal;
	text-decoration:	none;
}
a.splash:hover
{
	color:			#aaa;
	font-size:		11pt;
	font-weight:		normal;
	text-decoration:	none;
}

#bottomtext {
	font-family: 		arial;
	font-size: 		11pt;
	color: 			#666;
	text-align: 		center;
	padding-left: 		70px;
	padding-right: 		70px;
	padding-top:		5px;
}