diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css
index 05a2758..865fa80 100644
--- a/core/themes/bartik/css/style.css
+++ b/core/themes/bartik/css/style.css
@@ -104,7 +104,9 @@ pre {
 body,
 #site-slogan,
 .ui-widget,
-.comment-form label {
+.comment-form label,
+.node-form label,
+.node-form .description {
   font-family: Georgia, "Times New Roman", Times, serif;
 }
 #header,
@@ -1247,6 +1249,17 @@ input.form-submit:focus {
 .form-actions {
   padding-top: 10px;
 }
+
+/* Node Form */
+
+#edit-body {
+  margin-bottom: 2em;
+}
+
+.node-form .form-wrapper {
+  margin-bottom: 2em;
+}
+
 /* Contact Form */
 .contact-form #edit-name {
   width: 75%;
