﻿body
{
    background: white;
    font-family:Times New Roman, Serif;
    font-size:12pt;
}
#container
{
    width:auto;
    margin:0 5%;
}
.hide,
#header,
#banner,
#sidebar_right,
#sidebar_left,
#footer,
.breadcrumbs
{
    display:none;
}
#wrapper,
#content
{
    float:none;
    width:auto;
}
a:link, a:visited,
#content a:link, #content a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
a:link:after, a:visited:after,
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
a[href^="/"]:after,
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }