html, body
	{
	font:11px verdana,arial,helvetica,sans-serif;
	color:#fff;
	background:#000;
	}

#h1 h1
	{
	font-size: 14px;
	color: #e6840b;
	}
	
#h1
	{
	color: #999;
	}
	
#footer
	{
	padding-top:15px;
	color: #999;
	}
	
#footer a
	{
	color: #999;
	text-decoration: none;
	}
	
#footer a:hover
	{
	color: #bbb;
	text-decoration: underline;
	}