/* Basic CSS Template */

/* Body */
	body {
		padding:0;
		margin:0;
		background:black;
		color:#000000;
		font-family:sans-serif;
		font-size:100%;
	} 

/* Generic IE-only Hack */
	* html body {}

/* Links */
	a {
		color:#0000ff;
		background: transparent;
		text-decoration:underline;
	}
	a:visited {
		color:#000099;
		background: transparent;
		text-decoration:underline;
	}
	a:hover {
		color:#ff0000;
		background: transparent;
		text-decoration:underline;
	}
	a:active {
		color:#ff0000;
		background: transparent;
		text-decoration:underline;
	}
	a:focus {
		color:#ff0000;
		background-color:#ffffff;
		text-decoration:underline;
	}

/* Paragraph, Code, Blockquote */
	p {}
	code { white-space:pre; }
	blockquote {}

/* Headings */
	h1 {}
	h2 {}
	h3 {}
	h4 {}
	h5 {}
	h6 {}

/* Lists */
	ul {}
	ol {}
	li {}
	ul li {}
	ol li {}

img { margin: 0; padding: 0; }