body {
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #999933;
	text-decoration: none;
}
a:visited {
	color: #999933;
	text-decoration: none;
}
a:hover {
	color: #999933;
	text-decoration: underline;
}
a:active {
	color: #999933;
	text-decoration: none;
}
