/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

* 
a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
}

a.page-options:hover, 
a.page-options:focus {
	color: #666; 
}		

p {
	margin: 0 0 20px 0;
	color: #cccccc;
	line-height: 140%;
}

	p small, 
	li small {
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #666666;
	}

.hidden {
	display : none;
}
