

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

.footer {
	color:#888888;
	line-height: 160%;
	 cursor: pointer; 
}

.links {
	color:#666666;
	 cursor: hand; 
}

A:link {
	font-size:16px;
	color: #aaaaaa;
	line-height: 250%
}
A:visited {color: #aaaaaa;}
A:active {color: #aaaaaa;}
A:hover {
	color: #ffffff;
	text-decoration: none;
} 



