@charset "utf-8";
/* Printer Friendly  CSS */
body {
background: white;
font-size: 12pt;
}
#width {
width: auto; 
margin: 0 5%;
padding: 0; 
border: 0;
float: none !important;
color: black; 
background: transparent;
}
/* linkology */
a:link, a:visited {
background: transparent;
text-decoration: underline;
}
#storycontent p a:link:after, #storycontent p a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
/* hidden stuffs */
form, blockquote, #skip, #marbre, #topservices, #header, #related, .contentmetadata, #storyid, #storyfollow, #bottom, #middle, #rightcol, #footer {
display: none;
}