/* print */

a[href]:after {
	content: " [" attr(href) "]";
}

a[href|="#"]:after,	
a[href|="javascript:"]:after {	
	content: "";
	text-decoration: none;
}

/* * {
	
	visibility: hidden;
}  */

/*h1, #wrapper * {
	visibility: visible;
}*/

#toolbar,
#navigation,
#index,
#mailing-list,
#areas,
#footer {
	display: none;
}
