/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/


body {
	background-color: #000000;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	margin-top:0;
	
}






a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #000000;
}		

p {
	color: #cccccc;
	line-height: 140%;
}

	p small, 
	li small {
		color: #09F;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}
