/*
*	Basic print styles are defined in this page
*	To hide an element from printing, use display:none or add the class .noprint
*/

html,
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}

a img, a {
	border:0;
}
.noprint,
#footer,
#topbar,
.scroll-top,
.sf-menu {
	display:none;
}
