/************************************************************************************************
* Copyright 2009 Interaction Consortium :: www.interactionconsortium.com :: All Rights Reserved *
*************************************************************************************************
* PRINT STYLESHEET
*************************************************************************************************/

body {
	background: white;
	font-size: 12pt;
}

#header, #footer, #menu {
	display: none;
}

.noprint {
	display: none;
}

.printonly {
	display: block;
}

span.printonly,
a.printonly,
em.printonly,
strong.printonly {
	display: inline;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
