body
	{
	background-color: #000;
	font-family: 'Lucida Grande', sans-serif;
	font-size: small;
	color: #333;
	}
	
	
#enter
	{
	margin-top: 17%;
	text-align: center;
	}


a
	{
	text-decoration: none;
	}


a:link
	{
	color: #333;
	}


a:visited
	{
	color: #333;
	}


a:hover
	{
	color: #666;
	}


a:active
	{
	color: #333;
	}


 