body {
  background: white;
  font-size: 12pt;
}

.nav { display: none; }
#site-search { display: none; }

#page, 
#content {
  background: transparent;
  border: 0;
  color: black;
  float: none !important;
  margin: 0 5%;
  padding: 0;
  width: auto;
}

#content { margin-left: 10%; }

a:link, a:visited {
  color: #666;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

/* inserts url in parentheses after a link */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/* if using a relative links, this will add the full url */
#content a[href^="/"]:after {
  content: " (phgbremo.com" attr(href) ") ";
}


