body {
	width: 90%;
	float: right;
}
/*img {
	width: 100%;
	height: auto;
}*/

h1 {
	font-size: 24pt;
}
h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 5px;
}

h4 {
	font-size: 12pt;
	font-weight: 600;
}

blockquote {
	color: #f00 !important;
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 10px 15px 10px;
}

a[href]:after {
    content: none !important;
  }

.hidden-print {
	display: none;
}
.fb_iframe_widget {
	display: none;
}

img {
	width: 40%;
    height: auto;
}