diff --git a/inc/class.page.php b/inc/class.page.php
--- a/inc/class.page.php
+++ b/inc/class.page.php
@@ -135,7 +135,8 @@ class page
 	  htmlargs . '>
 	  
 	    ' . $this->pagetitle . ' :: ' . $this->base_title . '
-           ';
+           
+	   ';
 
     // Write out all passed scripts
     foreach ($this->scripts as $i){
diff --git a/styles/print.css b/styles/print.css
--- a/styles/print.css
+++ b/styles/print.css
@@ -1,3 +1,23 @@
+@import url('general.css');
+@import url('output.css');
+
+/* Styling overrides for printing */
+
+
+body {
+  background: #fff;
+}
+
+#page {
+  font: normal 9pt sans-serif!important;
+  width: 100%!important;
+  min-width: 0px!important;
+  max-width: 10000px!important;
+}
+
+a img {
+  border: none;
+}
 div.scroller { 
 	border:0;
 	padding:0;
@@ -25,7 +45,12 @@ div.scroller div.section div.txt {
   display: none;
 }
 #leftfoot {
-  display: none; /* Hide feedback button */
+  display: none; 
+}
+
+
+#rightfoot {
+  text-align: right!important;
 }
 #possiblestats {
   text-align: center;