body {
	background-color: #000000;
	background-image:    url("images/space.gif");
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #899FD3;
}

@font-face {
	font-family: 'latoregular';
	src: url('fonts/lato-regular-webfont.eot');
	src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/lato-regular-webfont.woff') format('woff'),
		url('fonts/lato-regular-webfont.ttf') format('truetype'),
		url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'nixie_oneregular';
	src: url('fonts/nixieone-regular-webfont.eot');
	src: url('fonts/nixieone-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/nixieone-regular-webfont.woff') format('woff'),
		url('fonts/nixieone-regular-webfont.ttf') format('truetype'),
		url('fonts/nixieone-regular-webfont.svg#nixie_oneregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


.nx9vDIV {
	background-color: #E6E8FF;
	width: 400px;
	text-align: center;
	margin: 0 auto;
	padding: 96px 136px;
-webkit-border-radius: 23px;
border-radius: 23px;
border-color: #0000CC;
border: 3px solid;
}
.nx9v {
	font-size: 9em;
	line-height: 0;
	font-family: 'nixie_oneregular', Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	text-shadow: 1px 1px 9px #0A12FF;
}

table {
	background-color: #FDFDF4;
	width: 760px;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF6600;
}
p {
	color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin-left: 4px;
	margin-right: 4px;
}


@media only screen and (max-width : 720px) {

.nx9vDIV {
	width: 200px;
	padding: 33px 69px;
}
.nx9v {
	font-size: 4em;
}

}
