/* CSS Document */
*{
	margin: auto;
	background-color: #000000;
}
a:visited { color: white; text-decoration: none; background: transparent;}
a:link { color: white; text-decoration: none; background: transparent;}
a:active { color: white; text-decoration: none; background: transparent;}
a:hover { color: lightgreen; text-decoration: none; background: transparent;}

.outer{
	margin: auto;
	text-align: center;
}