
#navcontainer, #navlist, #header, #contact-info, #footer, .noprint {display: none;}

body, p, td, th, ul, a {
background-color: #fff;
color: #000;
font-family: "Times New Roman", Garamond, serif;
font-size: 12pt;
}

#wrapper, #centercontent {
   width: auto;
   float: none;
   margin: 0 5%;
   padding: 0;
   border: 0;
   position: static;
   background: transparent none;
   color: black;border: none;overflow: visible;}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#centercontent a:link:after, #centercontent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#centercontent a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }

