body {
	background-color : black;
	color : #AAA;
	font-family : verdana, arial, sans-serif;
}

h1 {
	font-family : courier, fixed, verdana, arial, sans-serif;
	text-align : center;
	color : #AAA;
}

a {
	color : #3F3;
	text-decoration : none;
}

.centred {
	text-align: center;
}

a:hover {
	color : white;
/*	text-decoration : underline;	 */
}
