/* This stylesheet inherits all styles from the main sheet 
   These overrides are to prevent unnecessary sections and 
   blank space from appearing on the printed page         */
   
/* Reset min page-width ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#page  {
		min-width: 0;
		width: 100%;
		}
/* Navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav    {
		display: none;
		}
/* Back to top ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.top, .backfor, .years    {
		display: none;
		}
#aileen {
		display: none;
  		}
#footer {
		margin: 0;
  		}
#header {
        width: 700px;
		}
#header img {
		margin-top: 0;
		}
#header img.logo {
		margin-top: 0;
		left: 0;
		}
#content {
        margin-left: 0;
		margin-right: 0;
		}
#timeline .actions {
	   display: none;
	   }
#timeline .writing {
	   margin-right: 0;
  	   }

