body {
	padding: 2% 5% 0px 5%;
	margin: 0px;

	background-color: black;
	background-image: url("https://off.crew.c-base.org/cleared.gif");
	/* http://de708.teleportacia.org/~james.larin/stellastar/cleared.gif */
}

h1, h2, p {
	font-family: Georgia,
		'Times New Roman',
		serif;
	font-size: 20px;
	font-style: italic;
	
	line-height: 30px;
	color: white;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

a { 	color: white; }

a:hover {
	color: black;
	background-color: white;
}