@import url("layout.css");

/* Because they serve no real purpose
   in the the context of the printed page
   the header and sidebar blocks can be removed
   whilst the majority of other styles remain  */
#header, #sidebar  {
        display: none;
}

#welcome {
	text-indent: 0px;
}


