body {
	font-family: geneva;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	color: rgb(80, 80, 80);
	background-color: rgb(0, 0, 0);
	margin-top:0%;
	margin-left:0%;
	}



a:link {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

a:visited {
	color: rgb(100, 100, 100);
	text-decoration: none;
}

a:active {
	color: rgb(100, 100, 100);
	text-decoration: none;
}

a:hover {
	
	color: rgb(160, 160, 160);
	text-decoration: none;
	
}


div#daynight {
	width: 100%;
	height: 100%;
	z-index: -20;
	background-color: black;
}




div#mask {
	width: 100%;
	height: 10px;
	position: relative;
	z-index: 10;
	top: -12px;
	background-color: black;
}