/* CSS Document */
/***************** UGO TOOLKIT PRINT STYLESHEET *******************/ 
/***************** thanks to http://www.alistapart.com *****************/
body {
   background: white;
   font-size: 12pt;
   font-family:"Times New Roman", Times, serif;
   width:auto;
	margin:0.5%;
   }
#menu, #sidebar, #leftnav, #topnav, .noprint {
   display: none;
   }
#container, #content {
   width:auto;
   margin: 0.5%;
   padding-left: 0;
   border: 0;
   color: black;
   background: transparent none;
   }
#header, #header-content, h1, h2, {
	margin: 0.5%;
	padding: 5px;
	}
	
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.unitedgenerations.ca" attr(href) ") ";
   }
   
#toolkit { background-color:#FFFFFF;
	margin:0.5%;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	width:auto;
}