@import url(screen.css);
BODY {
	background-color:white;
	font-family: times new roman;
}
.accessibility-menu, .navigation, .primary-navigation , ul#left-navigation{
	display:none !important; }

a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

a[href^="/"]:after {
   content: " (http://domain.com" attr(href) ") "; }

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

.subpage #main-content {
	width:600px;
	float:none;
}

#breadcrumb {
	display:none;
}

.abstract {
	font-size: 130%;
	line-height: 100%;
}

.bodytext {
	font-size: 130%;
	line-height: 100%;	
}
