/**
* print.css This file will ommit all parts of the page except the content itself.
*
* For production use we would usually display something like a logo.
*/
.header,
.navigation,
.extra,
.footer {
	display:none;
}