#sidebar, #postComment, #footer, #wpabar, .noprint, .ad {
 display: none;
}

#content {
 width: 98%;
 margin-left: auto;
 margin-right: auto;
}

#content p, #content li { color: #000; }

body {
 background: none;
 width: 100%;
 margin: 0;
 padding: 0;
}

@page :first {
    margin: 1.5in;
}

#wrapper {
 border: none
}

#content p {
    widows: 3;
    orphans: 3;
}

#content p a:after { 
  word-wrap: break-word;
/*  content: ' (' attr(href) ') '; */
  font-size: 80%;  
  text-decoration: underline;
  border:none;
}

#content p a:link, #content p a:visited { 
  color: #000; 
  border: none;
  text-decoration: underline;
}

#content em a:after { content: none; }



