
* body {
	
	background:#000;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	float: left;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 2em;
	color: #FFF2B3;
	font-weight: normal;
	margin: 40px 0 0 0;
}
h3 {
	color:#fff;
	font-size: 1.8em;
	
	letter-spacing: -1px;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 13pt;
	padding:0;
}

a {
	color: #fff;
}
a:hover {
	color: #666;
	text-decoration: none;

