diff --git a/_layouts/default.html b/_layouts/default.html
index 7bcd73c..a233022 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,89 +1,90 @@
-
-
-
-
- {% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ content }}
-
-
-
-
-
-
-
-
+
+
+
+
+ {% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ content }}
+
+
+
+
+
+
+
+
diff --git a/styles/print.css b/styles/print.css
new file mode 100644
index 0000000..e9b865a
--- /dev/null
+++ b/styles/print.css
@@ -0,0 +1,12 @@
+body, .site-title, h1, h2, h3{
+ font-family: 'Georgia' !important;
+}
+
+
+nav.site-navigation, a.fork-me, a.top{
+ display:none;
+}
+
+div.site-content{
+ padding: 20px 40px 40px 20px;
+}
\ No newline at end of file