/* print styles */

body {
   background: white;
   font-size: 12pt;
   color: black;
   }
   
a:link, a:visited {
   color: #124e7a;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

.for_print {
	display: inline;
}