/**
 * print.css
 * 
 * coder: 		Bartosz Stankiewicz, MSc
 * company: 	TOTALdeluxe | www.totaldeluxe.com
 * contact:		bartosz.stankiewicz@totaldeluxe.com
 * date:		2009/10/08
 * description:	Print style for website.
 */
 
body {
 	color: black;
 	background-color: white;
 	font-family: "times new roman", times, serif;
 	text-align: justify;
 }
 a[href]:after {
 	content: "<"attr(href)">";
 	color: #888;
 	background-color: inherit;
 	font-style: italic;
 	size: 80%;
}
img[alt]:after {
 	content: "\A ("attr(alt)")";
} 
.nodisplay {
	adisplay: block;
}
#emoticon, #sky, #logo_and_slogan, #nav, #subnav, #foot {
	display: none;
}