body {
	background-image: url("./files/pix/tiled\ backgrounds/starbg.gif");
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
	/*text-align: center;*/
	color: white;
    	text-shadow: -1px 3px 3px rgba(0, 0, 0, 0.68);
}

p, li, em, strong, footer, small {
	color: white;
}

a:link { color: blueviolet; }

a:hover { color: indigo;}

code {
	color: lime ;
	border-radius: 5px ;
}
