body {
   background: white;
   font-size: 12pt;
   }
#menu {
   display: none;
   }
#wrapper {
width: 700px;
   color: black;
   }
img.sizeable { width: 95%; }
#printable {

	font-size: 16pt;
	display: block;
}
#headerImage {
	display: none;
}
#content {
	background: url(../images/table-background.jpg) #FFFFFF;
	width: 690px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 0 0 0;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }

