/* remove default margin and padding from most elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
	text-decoration:none; 
	color:white;
	background:black;
}

/* give the body sane colors (black and white) */
body {
	color:white;
	background:black;
}

/* make all images have no border, so they don't have a border inside anchors */
img {
	border:0;
}

/* make hr tags display uniformly across browsers */
hr {
	border:0;
	border-top:1px solid #555;
	margin:0;
	height:1px;
}

/* take the default border off of fieldsets */
fieldset {
	border:0;
	margin:0;
	padding:0;
}
