/* Northwestern University
Christopher Garcia - 04.10.2015 */

body {
	background: #fff;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
 #global-bar, .search, nav, #breadcrumbs, #left-nav {
	display: none;
}
a img {
	border: none;
}
table th, table thead {
	border: 1px solid #000;	
	padding: .5em;
	text-align: left;
}
table {
	border: 1px solid #000;
	border-collapse: collapse;
}
table td {
	padding: .5em;
	border: 1px solid #000;
}
a:link, a:visited {
	color: #520063;
	background: transparent;
	text-decoration: underline;
}
a:link:after, a:visited:after {
    content:" (/" attr(href) ") ";
}