@charset "utf-8";
/* CSS resetting defaults */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px; padding: 0px; border: 0px;	
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background:#000;
	color: #CCC;
}
