body {
	background: black url('images/stars.gif') fixed;
	font-family: sans-serif;
	color: white;
}

a:link, a:visited {
	color: #6ba0ff;
	background: black;
}
a:hover {
	color: white;
	background: #00c;
}
.normlink a {
	color: #00c;
}
.normlink a:hover {
	color: #00c;
	background: transparent;
}

h1, h2 {
	text-align: center;
}
h1 span, h2 span {
	background: blue;
	padding: 0 3em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
