html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6
{
margin: 0; /* sets the margins to zero on the body */
padding: 0; /* sets the padding to zero on the body */
border: 0; /* deletes any borders */	
}

html, body {
	background-color: #000000;
	background-image: url(gfx/chaispace.jpg);
	text-align: justify;
	font-family: "Lucida Console", "Courier New", monospace;
	font-size: small;
	text-align: justify;
	color: #DDD;