/* 

see :

http://www.alistapart.com/articles/goingtoprint/

*/

body{
	background: white;
	font-size: 12pt;
	color: black;
}

/* hide the header, menu, the crumbs, and the footer */
#header {
	display: none;
}
#menu {
	display: none;
}
#footer {
	display: none;
}
#crumbs{
	display: none;
}


#content {
   width: 95%;
   margin: 0;
   padding: 0;
   border: 0;
   float: none;
   background: transparent none;  
}

/*
h1, h2, h3, h4, h5, h6{
	color: black;
}*/

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: " (website.com" attr(href) ") ";
}

p.top{
	display: none;
}

#printStamp{
	font-size: 75%;
	text-align: center;
	display: block;
}