p, li {
  font-size: small;
}

.noprint, #navigation, #jump, #footer, #loginout, p.jumpup {
  display: none;
}

.newsentry div {
  width: 24%;
  float: right;
  clear: right;
}

a {
  color: inherit;
}

a:not([href^='#']):after {
content: ' (' attr(href) ')';
font-size: x-small;
color: inherit;
text-decoration: none;
}

p, ul, .newsentry div {
  page-break-inside: avoid;
  
}

