/* The following elements should be hidden in print view */
#navigation, #masthead ul, .hidden, embed, object {display:none;visibility:hidden;}

/* Remove all floats and margins */
body, #masthead, #content, #footer {width:100%;float:none !important; background:none !important; margin:0 !important; padding:0 !important; position:static;}

/* Typographic print rules */
body {font:normal 76%/150% Tahoma,verdana,arial,sans-serif;}
img {border:none;margin:5px;}
dt {font-weight:bold;clear:both;}
dd {margin-bottom:1em;}
a:link, a:visited, a:active {text-decoration:underline !important;}

/* Insert URL after each body content link */
#content a:link:after, #content a:visited:after, 
#sec-content a:link:after, #sec-content a:visited:after {content:" (" attr(href) ") "; font-size:.9em;}
