a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%; 
}

a[href^="/"]:after {
	content: " (http://domain.com" attr(href) ") "; /* NOTE: place your domain name here */
}

html .dhtml,
#accessibility-menu,
#site_menu { 
	display: none !important;
}

table.layout,
tr.layout,
td.layout {
	display: block;
}

