/* Alistapart.com - for print. Revised Apr 16, 2004, copyright 2004 Happy Cog Studios */

.html {width: 100%;}

.body {
	width: auto;
	width: 99%;
	font-family: "Trebuchet MS",sans-serif;
	background-color:#ffffff;
   	border: 0px none;
	float: none !important;
	left: 0px;
	top: 0px;
   	margin: 0px;
   	padding: 0px;
   	color: black;
   	background: #ffffff;
   	height: auto;
   	}
   	
.bottom, .sidenav, .topbar, .mainnav, .searchnav {
	display: none;
	}
	
.urlnav 
	{
		background-color: #fff;
		color: #000;
		font-family: "Trebuchet MS",sans-serif;
		font-size: small;
		overflow:none;
		cell-spacing: 0px;
		padding: 4px;
		text-align: left;
		border: 1px solid #000;
	}

.content
	{
		border: none;
	}

A.white:link { color: #000; text-decoration:none;}
A.white:visited { color: #000; text-decoration:none; }
A.white:hover { color: #000; text-decoration:underline; }
