body {
	background-color: black;
	background-image: url("../images/darkgalaxy.JPG");
	/*background-attachment:fixed;*/
	color: aqua;
}

a:link {
	color: chartreuse;
}

a:active {
	color: magenta;
}

a:visited {
	color: magenta;
}

a:hover {
	color: #0066FF;
}

ul.invisible {
	list-style-type: none;
}

.center td {
	text-align: center;
}