@charset "utf-8";
/* CSS Document */

#header, .footer div.column, .breadcrumbs, .share, .content_column, p.centerbutton, img {
	display: none;
}

#content_wrapper {
	background: transparent;
}

.content {
	width:100%;
	color: #000;
}

.footer {
	background: transparent;
}

.footer .colophon {
	color: #000;
	width: 100%;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#landing-sections .click {
	background: transparent;
	}
   
.content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }
.content a[href^="/"]:after {
   content: " (http://www.rackham.umich.edu" attr(href) ") ";
   }

