body {
  font-family: "Times New Roman", serif;
  font-size: 12pt;
  margin: .5in 1in;
  background: white;
  color: black;
}

a img {
  border: none;
}

.to-top,
#footer-navigation,
#site-photo,
#navigation-container,
.click-enter,
.click-enlarge,
.breadcrumbs {
 display: none !important;
}

#primary-content,
#secondary-content {
 float: none !important;
 padding-bottom: 1.0em;
 border-bottom: 2px solid #360;
}

#current-section h2 {
  border-bottom: 1px solid #8c0;
}

.article-list .article {
  padding-bottom: 1.0em;
  border-top: 1px solid #ccc;
}

#content p a {
  text-decoration: none;
}

#content .article p a[href^="/"]:after {
  content: " (http://palisadesny.com" attr(href) ") ";
}

#content .article p a[href^="http"]:after {
  content: " (" attr(href) ") ";
}

h2 a, 
h3 a,
h4 a {
  text-decoration: none;
  color: #060;
}


