/* Basic print settings */
body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}

/* Links in blue, underlined for clarity */
a {
  text-decoration : underline;
  color : #0000ff;
}

/* Show URLs only inside the article container */ 
  #content a:after { 
   content: " (" attr(href) ")"; 
    font-size:11pt; 
    }

/*Smaller type for masthead*/
h1 {
font-size: 140%;
}

/* Remove non-essentials */

#sidebar, #nav {
  display : none;
}
