/*=-=-=-=-=-=[STYLESHEET FOR PRINT]=-=-=-=-=-*/


/*-=-=-=-=-=-=[Some general rules]=-=-=-=-=-=*/

body {
	font-size: .8em;
	font-family: 'Times New Roman', Times, Georgia, serif;
}


/*-=-=-=[Elements not visible in print]=-=-=*/

#some-id, #another-id {
	display: none;
}