/* Print Style Sheet */
@media print {

#language-switcher, #topnav, #header, #sidebar, object, #navigation, #afterpost, .none, hr {
display: none;
}

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

em {
font-style: normal;
font-weight: bold;
}

.entry {
margin:0;
}

.entry p {
width: 75%;
line-height:150%;
}

.termin {
width: 95%;
}

h2 {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18pt;
letter-spacing:0.45pt;
line-height:100%;
}

#footer {
	width:75%;
  border-top: 1.5pt dotted;
  font-size: .95em;
  color: #333;
  text-align: center;
}

}
