
/* to show URL's after links 
#content a:after{content: " [" attr(href) "] " }
*/

#skip-navigation, 
#constants,
#menu,
#ctl00_pnlContactUs,
object,
#recentPosts,
#navLevelOne,
#navSublevel,
#navTertiary,
#contactForm,
#navFooter {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}
