/*	******************************************************************
	* print.css : 2008-05-15
	* author : Maxime Gibeau, maxjbo@gmail.com
	* ----------------------------------------------------------------
	* Displays only the relevant content for printing devices, the
	* "np" class stands for "no-print", it can be used to hide
	* irrelevant elements.
	* ----------------------------------------------------------------
	* © Optimum Graphiques, 2008
	******************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: auto;
}
*.np, div#menu, div.extra, p.footer img, p.footer a, p.valid, ul {
	display: none;
}
