@page { margin: 20px; size:auto;}
body { }

.page-top{
	display:none;
}

header{
	display:block;
}

.top-line-link-wrapper,.nav-container{
	display:none;
}

#footer,#main-back-to-top,#subscribe-form,#sub-footer-menu,#body-related-content,#banner-slider{
	display:none;
}

a[href]::after {
    content: " (" attr(href) ")";
}

p{
	font-size:10pt;
	clear:left;
	line-height:25px;
	float:left;
	width:100%;
	display:inline-block;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

img{
	/*float:left;*/
}

a:link:after,
a:visited:after {
	content: "" !important;
}

h2{
	font-size:26pt;
}

h3{
	font-size:20pt;
}

h4,h5{
	font-size:15pt;
}