/* Styles the page for print */

body {
  font: 400 12pt Georgia, "Times New Roman", Times, serif;
  color: #222;
  background: #fff;
}
h1 {
  margin-top: 30px;
  font-size: 18pt;
  border-bottom: 1px solid #999;
}
h2 {
  font-size: 16pt;
}
h3 {
  font-size: 14pt;
}

h4, h5, h6 {
  font-size: 12pt;
  font-weight: bold;
}
acronym {
  border: 0;
}
a {
  color: #06c;
}
/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, 
a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}


/* Don't display these elements since they're not useful on paper */
#masthead,
#headerimage,
#promo,
#site-info,
#krastavac {
  display: none;
}

#content {
  width: auto;
  margin: 0 8%;
  padding: 0;
}



