/* Hide when printing */
.noprint {display: none;}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	}

#footer {
	font-size: 7pt;
	}

a, a:visited {
	text-decoration: none;
	color: #4281B7;
	}
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
	
h1, h2, h3, h4, h5, h6, #post h1, #post h2, #post h3, #post h4, #post h5, #post h6 {
	font-family: arial;
	margin-top: 12pt;
	margin-bottom: 0;
	}
