body, td, p, h1, h2,h3, input.text, input.button, select
{
	background: white;
	font-size: 11pt;
	letter-spacing: 110%;
	font-family: Verdana, Arial, Geneva, sans-serif;
}
div#areaTopNav {
   display: none;
   }
div#areaSideNav {
   display: none;
   }
div#areaContent {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

#areaNotPrinted {
   display: none;
   }

a:link, a:visited {
   color: #FF3300;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
div#areaContent a:link:after, div#areaContent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
div#areaContent a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }

