body {
  width: 100% !important;
  margin: 0 !important;
	padding: 0 !important;
  font-family: sans-serif;
  font-size: 12pt;
	line-height: 18pt;
	color: #000000;
	background: none;
}
h1 {
  font-size: 16pt;
}
h2 {
  font-size: 18pt;
}
h3, h4 {
  font-size: 14pt;
}
a {
	color: #1861B3;
  text-decoration: underline;
}
a[href^="http://"]:visited:after,
a:link[href^="http://"]:after { 
	content: " (" attr(href) ") "; 
}
a[href^="http://"] {
  color: #000000;
}

.cleaner {
	display: block;
  width: 1px;
	height: 1px;
	overflow: hidden;
	clear: both;
}

.oos, .hide {
  display: none;
}
