@charset "UTF-8";
/* CSS Document */

div, a, p, html, body, iframe, object {
	margin:0; padding:0
}

img {
	border:none
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

h1 {
	color: #CCCCCC;
	font-weight: lighter;
	text-transform: uppercase;
}

a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
