#header, #foot, #side, #banner, #comments, #postnav {
	display: none;
}

.navigation, .subscribe, .menu, .metalinks, .commentform, .secondary, .footer, .meta {
	display: none;
}

body {
  text-align: left;
  margin: 0;
  padding: 0;
  font: 12pt "lucida grande", verdana, helvetica, sans-serif;
  color: black;
  background: transparent;
  text-align:justify;
}

h1, h2, h3, h4, h5, h6 {
  color: #457BCC;
  font-weight: bold;
  margin: .5em 0 .5em 0;
  text-align: left;
  page-break-after: avoid;
}

p {
  text-align:justify;
}

a, a:visited, a:hover, a:visited:hover {
  color: #457BCC;
  background: transparent;
  text-decoration: none;
}