a:link,a:visited {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
a:hover,a:active {
	color:white;
	text-decoration:underline;
	font-weight:bold;
}
p,h1,h2,h3,h4,h5,h6 {
	color:white;
	font-family:monospace;
	text-align:center;
	max-width:40%;
	margin:auto;
}
body {
	background-color:black;
	background-image:url('bg.gif');
	background-position:center,center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
