body {
	background:black;
	color:white;
	font-family: Helvetica, sans-serif;
	overflow:hidden;
}
h1,h2,h3,h4,h5,h6,p,b,i,small,a {
	margin:0;
}
a:link {
  color:white;
}
a:visited {
  color:white;
}
a:hover {
	color: black;
	text-decoration:none;
	text-shadow: 4px 4px 8px white, -4px -4px 8px white, 2px 2px #000, -2px -2px #000;
}
a:active {
	color: black;
	font-style: italic;
	text-shadow: 4px 4px 8px white, -4px -4px 8px white, 2px 2px #000, -2px -2px #000;
}