@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
body {
	background-image: url(images/bgspace.jpg);
	background-position: top;
	background-repeat: repeat;
}
#splash {
	overflow: hidden;
	height: auto;
	width: auto;
	top: 0px;
	visibility: visible;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p {
	font-size: 30px;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
a {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
