/* CSS Document */
#header, #avmenu, #extras {
	display:none;
}
#content, #contentwide, #contentfull {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	color: black; 
	background: transparent;
}

body {
	background: white;
	font-size: 12pt;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link:after, #contentwide a:link:after, #contentfull a:link:after, #footer a:link:after, #content a:visited:after, #contentwide a:visited:after, #contentfull a:visited:after, #footer a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
}
#contentwide a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
}
#contentfull a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
}
#footer a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
}

