/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

* {
	margin: 0;
	padding: 0;
}



a.page-options {
		color: #333333;
	text-decoration: underline;
	font-size:12px; 
}

a.page-options:hover, 
a.page-options:focus {
		color: #333333;
	text-decoration: underline;
	font-size:12px;
}		

