/*	counterfeitscankill Print Stylesheet
	Author:Brad Graham (bgraham@matrixgroup.net)
	Created:12/2008
----------------------------------------------------*/
body { background:white; font-size:12pt; line-height:18pt; }

/*  For hiding sections that need not be printed  */
#skipLinks, #utility, #header, .banner, .tower, .box { display:none !important; }
body, #wrapper, #content, #main, #footer { float:none !important; width:auto !important; margin:0 !important; padding:0 !important; color:black; background:transparent; }

a:link, a:visited { color:#520; background:transparent; font-weight:bold; text-decoration:underline; }
#main a[href]:after, #footer a[href]:after { content:" (" attr(href) ") "; font-size:90%; }
#main a[href^="/"]:after, #footer a[href^="/"]:after { content:" (http://www.counterfeitscankill.org" attr(href) ") "; font-size:90%; }

/* Personalize */
img { border:none; }
#footer, #main { border-top:4px double #000; }
dt { font-weight:bold; } 