div#masthead,
div#horiz_nav,
div#nav,
div#content_wrap_single {
	display:none;
	}
	
#content a:link:after, #content a:visited:after, #footer a:link:after, #footer a:visited:after {
	content: " <" attr(href) "> ";
	font-size: 9pt;
	color: #0000CC;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	padding-left: 0.5em; /* because Windows browsers ignore the leading space in the content line above */
	}

/* When printing root-relative links, this stlye pre-pends the domain, */
/* so users don't see confusing links like "/alumni/", */
/* instead they'll see http://educ.queensu.ca/alumni/ */
/* Internet Explorer (5.x Mac & Win/6.0 Win) ignores this style */
/*																		*/
/* It should be noted that this will insert the incorrect domain in cases*/
/* where the content resides on another server. */
#portal a[href^="/"]:after, #content a[href^="/"]:after, #footer a[href^="/"]:after {
	content: " <http://www.easternfence.ca" attr(href) "> ";
	font-size: 9pt;
	color: #0000CC;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	padding-left: 0.5em; /* because Windows browsers ignore the leading space in the content line above */
	}
