body,html
{
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 0;
  background-color: #000000;
  color: #666666;
  width: 100%;
  height: 100%;
}


a:link {
	text-decoration: none;
 	color: #AAAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

