@charset "utf-8";
/* CSS Document */
*{
	font-family: Georgia;
	font-size: 20pt;
}
body{
	width: 105%;
}
img.mainImage{
	text-align:right;
	padding:20px;
    display:inline;
}
img{
	display: none;
}
img, a, header{
    display:none;
}
h1{
	font-size:1em;
	margin-bottom: 20px;
}

/*print.css*/
*{
	background-image: none !important;
}
img, svg{
	display: none !important
}
img.print, svg.print{
	display: block;
	max-width: 100;
}

/*print.css*/
header, footer, aside, nav, iframe, .menu, .hero, .adslot {
	display: none;
}